#DEBACD

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

Shades of Twilight #DEBACD

Tints of Twilight #DEBACD

Color information

#DEBACD (or 0xDEBACD) is unknown color: approx Twilight. HEX triplet: DE, BA and CD. RGB value is (222,186,205). Sum of RGB (Red+Green+Blue) = 222+186+205=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBACD is #214532. Grayscale: #C6C6C6. Windows color (decimal): -2180403 or 13482718. OLE color: 13482718.

HSL color Cylindrical-coordinate representation of color #DEBACD: hue angle of 328.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBACD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222186205-
CMYK00.160.080.13
HSL328.33º35.29%80%-
HSV(B)328.33º16.22%87.06%-
XYZ58.755.0665.29-
YUV198.93131.43144.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=36.22%
G=30.34%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218620500.160.080.13328.3335.2980
HexDEBACD0108D1482350
Octal336272315020101551043120
Binary110111101011101011001101010000100011011010010001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBACD; }

 p { color: rgb(222,186,205); }

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

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

 a { background-color: rgb(222,186,205); }

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

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

 span { border-color: rgb(222,186,205); }

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