#DECDD9

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

Shades of Twilight #DECDD9

Tints of Twilight #DECDD9

Color information

#DECDD9 (or 0xDECDD9) is unknown color: approx Twilight. HEX triplet: DE, CD and D9. RGB value is (222,205,217). Sum of RGB (Red+Green+Blue) = 222+205+217=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDD9 is #213226. Grayscale: #D3D3D3. Windows color (decimal): -2175527 or 14274014. OLE color: 14274014.

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

Color convert

RGB222205217-
CMYK00.080.020.13
HSL317.65º20.48%83.73%-
HSV(B)317.65º7.66%87.06%-
XYZ64.4864.274.64-
YUV211.45131.13135.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=34.47%
G=31.83%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220521700.080.020.13317.6520.4883.73
HexDECDD9082D13e1454
Octal33631533101021547624124
Binary11011110110011011101100101000101101100111110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDD9; }

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

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

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

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

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

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

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

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