#DEABB7

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

Shades of Blossom #DEABB7

Tints of Blossom #DEABB7

Color information

#DEABB7 (or 0xDEABB7) is unknown color: approx Blossom. HEX triplet: DE, AB and B7. RGB value is (222,171,183). Sum of RGB (Red+Green+Blue) = 222+171+183=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABB7 is #215448. Grayscale: #BBBBBB. Windows color (decimal): -2184265 or 12037086. OLE color: 12037086.

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

Color convert

RGB222171183-
CMYK00.230.180.13
HSL345.88º43.59%77.06%-
HSV(B)345.88º22.97%87.06%-
XYZ53.2348.0751.27-
YUV187.62125.4152.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=38.54%
G=29.69%
B=31.77%

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
Decimal22217118300.230.180.13345.8843.5977.06
HexDEABB701712D15a2c4d
Octal336253267027221553254115
Binary1101111010101011101101110101111001011011010110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABB7; }

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

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

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

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

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

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

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

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