#DEABB5

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

Shades of Blossom #DEABB5

Tints of Blossom #DEABB5

Color information

#DEABB5 (or 0xDEABB5) is unknown color: approx Blossom. HEX triplet: DE, AB and B5. RGB value is (222,171,181). Sum of RGB (Red+Green+Blue) = 222+171+181=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABB5 is #21544A. Grayscale: #BBBBBB. Windows color (decimal): -2184267 or 11906014. OLE color: 11906014.

HSL color Cylindrical-coordinate representation of color #DEABB5: hue angle of 348.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABB5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222171181-
CMYK00.230.180.13
HSL348.24º43.59%77.06%-
HSV(B)348.24º22.97%87.06%-
XYZ53.0347.9950.18-
YUV187.39124.4152.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=38.68%
G=29.79%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217118100.230.180.13348.2443.5977.06
HexDEABB501712D15c2c4d
Octal336253265027221553454115
Binary1101111010101011101101010101111001011011010111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABB5; }

 p { color: rgb(222,171,181); }

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

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

 a { background-color: rgb(222,171,181); }

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

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

 span { border-color: rgb(222,171,181); }

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