#DBAAB4

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

Shades of Blossom #DBAAB4

Tints of Blossom #DBAAB4

Color information

#DBAAB4 (or 0xDBAAB4) is unknown color: approx Blossom. HEX triplet: DB, AA and B4. RGB value is (219,170,180). Sum of RGB (Red+Green+Blue) = 219+170+180=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB4 is #24554B. Grayscale: #B9B9B9. Windows color (decimal): -2381132 or 11840219. OLE color: 11840219.

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

Color convert

RGB219170180-
CMYK00.220.180.14
HSL347.76º40.5%76.27%-
HSV(B)347.76º22.37%85.88%-
XYZ51.8347.149.54-
YUV185.79124.73151.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=38.49%
G=29.88%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917018000.220.180.14347.7640.576.27
HexDBAAB401612E15c284c
Octal333252264026221653450114
Binary1101101110101010101101000101101001011101010111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAB4; }

 p { color: rgb(219,170,180); }

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

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

 a { background-color: rgb(219,170,180); }

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

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

 span { border-color: rgb(219,170,180); }

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