#DEB9BC

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

Shades of Pink Flare #DEB9BC

Tints of Pink Flare #DEB9BC

Color information

#DEB9BC (or 0xDEB9BC) is unknown color: approx Pink Flare. HEX triplet: DE, B9 and BC. RGB value is (222,185,188). Sum of RGB (Red+Green+Blue) = 222+185+188=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9BC is #214643. Grayscale: #C4C4C4. Windows color (decimal): -2180676 or 12368350. OLE color: 12368350.

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

Color convert

RGB222185188-
CMYK00.170.150.13
HSL355.14º35.92%79.8%-
HSV(B)355.14º16.67%87.06%-
XYZ56.5553.8654.99-
YUV196.41123.26146.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=37.31%
G=31.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218518800.170.150.13355.1435.9279.8
HexDEB9BC011FD1632450
Octal336271274021171554344120
Binary110111101011100110111100010001111111011011000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9BC; }

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

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

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

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

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

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

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

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