#DEB5BB

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

Shades of Blossom #DEB5BB

Tints of Blossom #DEB5BB

Color information

#DEB5BB (or 0xDEB5BB) is unknown color: approx Blossom. HEX triplet: DE, B5 and BB. RGB value is (222,181,187). Sum of RGB (Red+Green+Blue) = 222+181+187=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BB is #214A44. Grayscale: #C1C1C1. Windows color (decimal): -2181701 or 12301790. OLE color: 12301790.

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

Color convert

RGB222181187-
CMYK00.180.160.13
HSL351.22º38.32%79.02%-
HSV(B)351.22º18.47%87.06%-
XYZ55.6252.1754.15-
YUV193.94124.08148.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=37.63%
G=30.68%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218118700.180.160.13351.2238.3279.02
HexDEB5BB01210D15f264f
Octal336265273022201553746117
Binary1101111010110101101110110100101000011011010111111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5BB; }

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

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

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

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

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

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

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

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