#DECAD5

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

Shades of Twilight #DECAD5

Tints of Twilight #DECAD5

Color information

#DECAD5 (or 0xDECAD5) is unknown color: approx Twilight. HEX triplet: DE, CA and D5. RGB value is (222,202,213). Sum of RGB (Red+Green+Blue) = 222+202+213=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAD5 is #21352A. Grayscale: #D1D1D1. Windows color (decimal): -2176299 or 14011102. OLE color: 14011102.

HSL color Cylindrical-coordinate representation of color #DECAD5: hue angle of 327º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECAD5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222202213-
CMYK00.090.040.13
HSL327º23.26%83.14%-
HSV(B)327º9.01%87.06%-
XYZ63.2562.5771.7-
YUV209.23130.13137.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=34.85%
G=31.71%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220221300.090.040.1332723.2683.14
HexDECAD5094D1471753
Octal33631232501141550727123
Binary110111101100101011010101010011001101101000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAD5; }

 p { color: rgb(222,202,213); }

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

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

 a { background-color: rgb(222,202,213); }

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

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

 span { border-color: rgb(222,202,213); }

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