#DEBDCE

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

Shades of Twilight #DEBDCE

Tints of Twilight #DEBDCE

Color information

#DEBDCE (or 0xDEBDCE) is unknown color: approx Twilight. HEX triplet: DE, BD and CE. RGB value is (222,189,206). Sum of RGB (Red+Green+Blue) = 222+189+206=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDCE is #214231. Grayscale: #C8C8C8. Windows color (decimal): -2179634 or 13549022. OLE color: 13549022.

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

Color convert

RGB222189206-
CMYK00.150.070.13
HSL329.09º33.33%80.59%-
HSV(B)329.09º14.86%87.06%-
XYZ59.4656.3866.14-
YUV200.8130.93143.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=35.98%
G=30.63%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218920600.150.070.13329.0933.3380.59
HexDEBDCE0F7D1492151
Octal33627531601771551141121
Binary1101111010111101110011100111111111011010010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDCE; }

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

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

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

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

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

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

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

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