#DEBEBF

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

Shades of Pink Flare #DEBEBF

Tints of Pink Flare #DEBEBF

Color information

#DEBEBF (or 0xDEBEBF) is unknown color: approx Pink Flare. HEX triplet: DE, BE and BF. RGB value is (222,190,191). Sum of RGB (Red+Green+Blue) = 222+190+191=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEBF is #214140. Grayscale: #C7C7C7. Windows color (decimal): -2179393 or 12566238. OLE color: 12566238.

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

Color convert

RGB222190191-
CMYK00.140.140.13
HSL358.12º32.65%80.78%-
HSV(B)358.12º14.41%87.06%-
XYZ57.9456.1257.07-
YUV199.68123.1143.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 191 (75% from 255) = 31.67%
R=36.82%
G=31.51%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219019100.140.140.13358.1232.6580.78
HexDEBEBF0EED1662151
Octal336276277016161554641121
Binary11011110101111101011111101110111011011011001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEBF; }

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

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

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

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

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

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

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

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