#DBA6B2

Color #DBA6B2 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #DBA6B2

Tints of Blossom #DBA6B2

Color information

#DBA6B2 (or 0xDBA6B2) is unknown color: approx Blossom. HEX triplet: DB, A6 and B2. RGB value is (219,166,178). Sum of RGB (Red+Green+Blue) = 219+166+178=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6B2 is #24594D. Grayscale: #B7B7B7. Windows color (decimal): -2382158 or 11708123. OLE color: 11708123.

HSL color Cylindrical-coordinate representation of color #DBA6B2: hue angle of 346.42º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6B2 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219166178-
CMYK00.240.190.14
HSL346.42º42.4%75.49%-
HSV(B)346.42º24.2%85.88%-
XYZ50.8945.5548.23-
YUV183.22125.06153.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=38.90%
G=29.48%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916617800.240.190.14346.4242.475.49
HexDBA6B201813E15a2a4b
Octal333246262030231653252113
Binary1101101110100110101100100110001001111101010110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6B2; }

 p { color: rgb(219,166,178); }

 H1.HeaderClassName
 {
   color: #DBA6B2;
 }
 .AnyTagClassName
 {
   color: #DBA6B2;
 }
</style>
background-color css

<style>
 a { background-color: #DBA6B2; }

 a { background-color: rgb(219,166,178); }

 div.DivClassName
 {
   background-color: #DBA6B2;
 }
 .BgClassName
 {
   background-color: #DBA6B2;
 }
</style>
border-color css

<style>
 span { border-color: #DBA6B2; }

 span { border-color: rgb(219,166,178); }

 td.TdClassName
 {
   border-color: #DBA6B2;
 }
 .TagClassName
 {
   border-color: #DBA6B2;
 }
</style>