#DBAAB2

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

Shades of Blossom #DBAAB2

Tints of Blossom #DBAAB2

Color information

#DBAAB2 (or 0xDBAAB2) is unknown color: approx Blossom. HEX triplet: DB, AA and B2. RGB value is (219,170,178). Sum of RGB (Red+Green+Blue) = 219+170+178=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAB2 is #24554D. Grayscale: #B9B9B9. Windows color (decimal): -2381134 or 11709147. OLE color: 11709147.

HSL color Cylindrical-coordinate representation of color #DBAAB2: hue angle of 350.2º 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 #DBAAB2 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219170178-
CMYK00.220.190.14
HSL350.2º40.5%76.27%-
HSV(B)350.2º22.37%85.88%-
XYZ51.6247.0248.48-
YUV185.56123.73151.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=38.62%
G=29.98%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917017800.220.190.14350.240.576.27
HexDBAAB201613E15e284c
Octal333252262026231653650114
Binary1101101110101010101100100101101001111101010111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAB2; }

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

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

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

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

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

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

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

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