#DEBFCE

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

Shades of Twilight #DEBFCE

Tints of Twilight #DEBFCE

Color information

#DEBFCE (or 0xDEBFCE) is unknown color: approx Twilight. HEX triplet: DE, BF and CE. RGB value is (222,191,206). Sum of RGB (Red+Green+Blue) = 222+191+206=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFCE is #214031. Grayscale: #C9C9C9. Windows color (decimal): -2179122 or 13549534. OLE color: 13549534.

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

Color convert

RGB222191206-
CMYK00.140.070.13
HSL330.97º31.96%80.98%-
HSV(B)330.97º13.96%87.06%-
XYZ59.957.2566.29-
YUV201.98130.27142.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=35.86%
G=30.86%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219120600.140.070.13330.9731.9680.98
HexDEBFCE0E7D14b2051
Octal33627731601671551340121
Binary1101111010111111110011100111011111011010010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFCE; }

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

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

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

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

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

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

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

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