#DEBCBD

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

Shades of Pink Flare #DEBCBD

Tints of Pink Flare #DEBCBD

Color information

#DEBCBD (or 0xDEBCBD) is unknown color: approx Pink Flare. HEX triplet: DE, BC and BD. RGB value is (222,188,189). Sum of RGB (Red+Green+Blue) = 222+188+189=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCBD is #214342. Grayscale: #C6C6C6. Windows color (decimal): -2179907 or 12434654. OLE color: 12434654.

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

Color convert

RGB222188189-
CMYK00.150.150.13
HSL358.24º34%80.39%-
HSV(B)358.24º15.32%87.06%-
XYZ57.2955.1755.77-
YUV198.28122.76144.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=37.06%
G=31.39%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218818900.150.150.13358.243480.39
HexDEBCBD0FFD1662250
Octal336274275017171554642120
Binary11011110101111001011110101111111111011011001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCBD; }

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

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

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

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

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

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

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

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