#DEB6B8

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

Shades of Pink Flare #DEB6B8

Tints of Pink Flare #DEB6B8

Color information

#DEB6B8 (or 0xDEB6B8) is unknown color: approx Pink Flare. HEX triplet: DE, B6 and B8. RGB value is (222,182,184). Sum of RGB (Red+Green+Blue) = 222+182+184=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6B8 is #214947. Grayscale: #C2C2C2. Windows color (decimal): -2181448 or 12105438. OLE color: 12105438.

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

Color convert

RGB222182184-
CMYK00.180.170.13
HSL357º37.74%79.22%-
HSV(B)357º18.02%87.06%-
XYZ55.552.4552.55-
YUV194.19122.25147.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=37.76%
G=30.95%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218218400.180.170.1335737.7479.22
HexDEB6B801211D165264f
Octal336266270022211554546117
Binary1101111010110110101110000100101000111011011001011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB6B8; }

 p { color: rgb(222,182,184); }

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

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

 a { background-color: rgb(222,182,184); }

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

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

 span { border-color: rgb(222,182,184); }

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