#DEB4BB

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

Shades of Blossom #DEB4BB

Tints of Blossom #DEB4BB

Color information

#DEB4BB (or 0xDEB4BB) is unknown color: approx Blossom. HEX triplet: DE, B4 and BB. RGB value is (222,180,187). Sum of RGB (Red+Green+Blue) = 222+180+187=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4BB is #214B44. Grayscale: #C1C1C1. Windows color (decimal): -2181957 or 12301534. OLE color: 12301534.

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

Color convert

RGB222180187-
CMYK00.190.160.13
HSL350º38.89%78.82%-
HSV(B)350º18.92%87.06%-
XYZ55.4251.7654.08-
YUV193.36124.41148.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=37.69%
G=30.56%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218018700.190.160.1335038.8978.82
HexDEB4BB01310D15e274f
Octal336264273023201553647117
Binary1101111010110100101110110100111000011011010111101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4BB; }

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

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

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

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

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

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

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

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