#DBABB2

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

Shades of Blossom #DBABB2

Tints of Blossom #DBABB2

Color information

#DBABB2 (or 0xDBABB2) is unknown color: approx Blossom. HEX triplet: DB, AB and B2. RGB value is (219,171,178). Sum of RGB (Red+Green+Blue) = 219+171+178=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABB2 is #24544D. Grayscale: #BABABA. Windows color (decimal): -2380878 or 11709403. OLE color: 11709403.

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

Color convert

RGB219171178-
CMYK00.220.190.14
HSL351.25º40%76.47%-
HSV(B)351.25º21.92%85.88%-
XYZ51.8147.448.54-
YUV186.15123.4151.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=38.56%
G=30.11%
B=31.34%

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
Decimal21917117800.220.190.14351.254076.47
HexDBABB201613E15f284c
Octal333253262026231653750114
Binary1101101110101011101100100101101001111101010111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABB2; }

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

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

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

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

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

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

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

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