#DEBABE

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

Shades of Blossom #DEBABE

Tints of Blossom #DEBABE

Color information

#DEBABE (or 0xDEBABE) is unknown color: approx Blossom. HEX triplet: DE, BA and BE. RGB value is (222,186,190). Sum of RGB (Red+Green+Blue) = 222+186+190=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBABE is #214541. Grayscale: #C5C5C5. Windows color (decimal): -2180418 or 12499678. OLE color: 12499678.

HSL color Cylindrical-coordinate representation of color #DEBABE: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBABE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222186190-
CMYK00.160.140.13
HSL353.33º35.29%80%-
HSV(B)353.33º16.22%87.06%-
XYZ56.9854.3756.21-
YUV197.22123.93145.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=37.12%
G=31.10%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218619000.160.140.13353.3335.2980
HexDEBABE010ED1612350
Octal336272276020161554143120
Binary110111101011101010111110010000111011011011000011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBABE; }

 p { color: rgb(222,186,190); }

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

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

 a { background-color: rgb(222,186,190); }

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

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

 span { border-color: rgb(222,186,190); }

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