#DEB2B9

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

Shades of Blossom #DEB2B9

Tints of Blossom #DEB2B9

Color information

#DEB2B9 (or 0xDEB2B9) is unknown color: approx Blossom. HEX triplet: DE, B2 and B9. RGB value is (222,178,185). Sum of RGB (Red+Green+Blue) = 222+178+185=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2B9 is #214D46. Grayscale: #BFBFBF. Windows color (decimal): -2182471 or 12169950. OLE color: 12169950.

HSL color Cylindrical-coordinate representation of color #DEB2B9: hue angle of 350.45º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2B9 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB222178185-
CMYK00.200.170.13
HSL350.45º40%78.43%-
HSV(B)350.45º19.82%87.06%-
XYZ54.850.8752.83-
YUV191.95124.08149.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=37.95%
G=30.43%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217818500.200.170.13350.454078.43
HexDEB2B901411D15e284e
Octal336262271024211553650116
Binary1101111010110010101110010101001000111011010111101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2B9; }

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

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

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

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

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

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

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

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