#DEBFCC

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

Shades of Twilight #DEBFCC

Tints of Twilight #DEBFCC

Color information

#DEBFCC (or 0xDEBFCC) is unknown color: approx Twilight. HEX triplet: DE, BF and CC. RGB value is (222,191,204). Sum of RGB (Red+Green+Blue) = 222+191+204=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFCC is #214033. Grayscale: #C9C9C9. Windows color (decimal): -2179124 or 13418462. OLE color: 13418462.

HSL color Cylindrical-coordinate representation of color #DEBFCC: hue angle of 334.84º degrees, saturation: 0.32, 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 #DEBFCC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222191204-
CMYK00.140.080.13
HSL334.84º31.96%80.98%-
HSV(B)334.84º13.96%87.06%-
XYZ59.6557.1565.01-
YUV201.75129.27142.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=35.98%
G=30.96%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219120400.140.080.13334.8431.9680.98
HexDEBFCC0E8D14f2051
Octal336277314016101551740121
Binary11011110101111111100110001110100011011010011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFCC; }

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

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

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

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

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

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

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

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