#DEBED0

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

Shades of Twilight #DEBED0

Tints of Twilight #DEBED0

Color information

#DEBED0 (or 0xDEBED0) is unknown color: approx Twilight. HEX triplet: DE, BE and D0. RGB value is (222,190,208). Sum of RGB (Red+Green+Blue) = 222+190+208=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBED0 is #21412F. Grayscale: #C9C9C9. Windows color (decimal): -2179376 or 13680350. OLE color: 13680350.

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

Color convert

RGB222190208-
CMYK00.140.060.13
HSL326.25º32.65%80.78%-
HSV(B)326.25º14.41%87.06%-
XYZ59.9256.9167.5-
YUV201.62131.6142.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=35.81%
G=30.65%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219020800.140.060.13326.2532.6580.78
HexDEBED00E6D1462151
Octal33627632001661550641121
Binary1101111010111110110100000111011011011010001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBED0; }

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

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

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

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

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

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

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

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