#DEB5B9

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

Shades of Blossom #DEB5B9

Tints of Blossom #DEB5B9

Color information

#DEB5B9 (or 0xDEB5B9) is unknown color: approx Blossom. HEX triplet: DE, B5 and B9. RGB value is (222,181,185). Sum of RGB (Red+Green+Blue) = 222+181+185=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5B9 is #214A46. Grayscale: #C1C1C1. Windows color (decimal): -2181703 or 12170718. OLE color: 12170718.

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

Color convert

RGB222181185-
CMYK00.180.170.13
HSL354.15º38.32%79.02%-
HSV(B)354.15º18.47%87.06%-
XYZ55.4152.0853.03-
YUV193.72123.08148.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=37.76%
G=30.78%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218118500.180.170.13354.1538.3279.02
HexDEB5B901211D162264f
Octal336265271022211554246117
Binary1101111010110101101110010100101000111011011000101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5B9; }

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

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

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

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

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

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

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

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