#DEB9BB

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

Shades of Pink Flare #DEB9BB

Tints of Pink Flare #DEB9BB

Color information

#DEB9BB (or 0xDEB9BB) is unknown color: approx Pink Flare. HEX triplet: DE, B9 and BB. RGB value is (222,185,187). Sum of RGB (Red+Green+Blue) = 222+185+187=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9BB is #214644. Grayscale: #C4C4C4. Windows color (decimal): -2180677 or 12302814. OLE color: 12302814.

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

Color convert

RGB222185187-
CMYK00.170.160.13
HSL356.76º35.92%79.8%-
HSV(B)356.76º16.67%87.06%-
XYZ56.4453.8254.43-
YUV196.29122.76146.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=37.37%
G=31.14%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218518700.170.160.13356.7635.9279.8
HexDEB9BB01110D1652450
Octal336271273021201554544120
Binary1101111010111001101110110100011000011011011001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9BB; }

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

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

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

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

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

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

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

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