#DEBDCC

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

Shades of Twilight #DEBDCC

Tints of Twilight #DEBDCC

Color information

#DEBDCC (or 0xDEBDCC) is unknown color: approx Twilight. HEX triplet: DE, BD and CC. RGB value is (222,189,204). Sum of RGB (Red+Green+Blue) = 222+189+204=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDCC is #214233. Grayscale: #C8C8C8. Windows color (decimal): -2179636 or 13417950. OLE color: 13417950.

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

Color convert

RGB222189204-
CMYK00.150.080.13
HSL332.73º33.33%80.59%-
HSV(B)332.73º14.86%87.06%-
XYZ59.2256.2864.87-
YUV200.58129.93143.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=36.10%
G=30.73%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218920400.150.080.13332.7333.3380.59
HexDEBDCC0F8D14d2151
Octal336275314017101551541121
Binary11011110101111011100110001111100011011010011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDCC; }

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

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

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

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

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

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

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

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