#DEBCD0

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

Shades of Twilight #DEBCD0

Tints of Twilight #DEBCD0

Color information

#DEBCD0 (or 0xDEBCD0) is unknown color: approx Twilight. HEX triplet: DE, BC and D0. RGB value is (222,188,208). Sum of RGB (Red+Green+Blue) = 222+188+208=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD0 is #21432F. Grayscale: #C8C8C8. Windows color (decimal): -2179888 or 13679838. OLE color: 13679838.

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

Color convert

RGB222188208-
CMYK00.150.060.13
HSL324.71º34%80.39%-
HSV(B)324.71º15.32%87.06%-
XYZ59.4956.0567.36-
YUV200.45132.26143.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=35.92%
G=30.42%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218820800.150.060.13324.713480.39
HexDEBCD00F6D1452250
Octal33627432001761550542120
Binary1101111010111100110100000111111011011010001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCD0; }

 p { color: rgb(222,188,208); }

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

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

 a { background-color: rgb(222,188,208); }

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

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

 span { border-color: rgb(222,188,208); }

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