#DEBDBF

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

Shades of Pink Flare #DEBDBF

Tints of Pink Flare #DEBDBF

Color information

#DEBDBF (or 0xDEBDBF) is unknown color: approx Pink Flare. HEX triplet: DE, BD and BF. RGB value is (222,189,191). Sum of RGB (Red+Green+Blue) = 222+189+191=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDBF is #214240. Grayscale: #C7C7C7. Windows color (decimal): -2179649 or 12565982. OLE color: 12565982.

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

Color convert

RGB222189191-
CMYK00.150.140.13
HSL356.36º33.33%80.59%-
HSV(B)356.36º14.86%87.06%-
XYZ57.7355.6957-
YUV199.1123.43144.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 191 (75% from 255) = 31.73%
R=36.88%
G=31.40%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218919100.150.140.13356.3633.3380.59
HexDEBDBF0FED1642151
Octal336275277017161554441121
Binary11011110101111011011111101111111011011011001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDBF; }

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

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

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

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

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

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

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

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