#DEABB8

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

Shades of Blossom #DEABB8

Tints of Blossom #DEABB8

Color information

#DEABB8 (or 0xDEABB8) is unknown color: approx Blossom. HEX triplet: DE, AB and B8. RGB value is (222,171,184). Sum of RGB (Red+Green+Blue) = 222+171+184=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABB8 is #215447. Grayscale: #BBBBBB. Windows color (decimal): -2184264 or 12102622. OLE color: 12102622.

HSL color Cylindrical-coordinate representation of color #DEABB8: hue angle of 344.71º 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 #DEABB8 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB222171184-
CMYK00.230.170.13
HSL344.71º43.59%77.06%-
HSV(B)344.71º22.97%87.06%-
XYZ53.3448.1251.82-
YUV187.73125.9152.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=38.47%
G=29.64%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217118400.230.170.13344.7143.5977.06
HexDEABB801711D1592c4d
Octal336253270027211553154115
Binary1101111010101011101110000101111000111011010110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABB8; }

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

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

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

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

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

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

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

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