#DBADB3

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

Shades of Blossom #DBADB3

Tints of Blossom #DBADB3

Color information

#DBADB3 (or 0xDBADB3) is unknown color: approx Blossom. HEX triplet: DB, AD and B3. RGB value is (219,173,179). Sum of RGB (Red+Green+Blue) = 219+173+179=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB3 is #24524C. Grayscale: #BBBBBB. Windows color (decimal): -2380365 or 11775451. OLE color: 11775451.

HSL color Cylindrical-coordinate representation of color #DBADB3: hue angle of 352.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADB3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219173179-
CMYK00.210.180.14
HSL352.17º38.98%76.86%-
HSV(B)352.17º21%85.88%-
XYZ52.2948.249.2-
YUV187.44123.24150.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=38.35%
G=30.30%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917317900.210.180.14352.1738.9876.86
HexDBADB301512E160274d
Octal333255263025221654047115
Binary1101101110101101101100110101011001011101011000001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADB3; }

 p { color: rgb(219,173,179); }

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

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

 a { background-color: rgb(219,173,179); }

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

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

 span { border-color: rgb(219,173,179); }

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