#DBABB3

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

Shades of Blossom #DBABB3

Tints of Blossom #DBABB3

Color information

#DBABB3 (or 0xDBABB3) is unknown color: approx Blossom. HEX triplet: DB, AB and B3. RGB value is (219,171,179). Sum of RGB (Red+Green+Blue) = 219+171+179=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABB3 is #24544C. Grayscale: #BABABA. Windows color (decimal): -2380877 or 11774939. OLE color: 11774939.

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

Color convert

RGB219171179-
CMYK00.220.180.14
HSL350º40%76.47%-
HSV(B)350º21.92%85.88%-
XYZ51.9147.4449.07-
YUV186.26123.9151.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=38.49%
G=30.05%
B=31.46%

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
Decimal21917117900.220.180.143504076.47
HexDBABB301612E15e284c
Octal333253263026221653650114
Binary1101101110101011101100110101101001011101010111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABB3; }

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

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

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

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

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

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

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

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