#DECBD8

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

Shades of Twilight #DECBD8

Tints of Twilight #DECBD8

Color information

#DECBD8 (or 0xDECBD8) is unknown color: approx Twilight. HEX triplet: DE, CB and D8. RGB value is (222,203,216). Sum of RGB (Red+Green+Blue) = 222+203+216=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBD8 is #213427. Grayscale: #D2D2D2. Windows color (decimal): -2176040 or 14207966. OLE color: 14207966.

HSL color Cylindrical-coordinate representation of color #DECBD8: hue angle of 318.95º degrees, saturation: 0.22, 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 #DECBD8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222203216-
CMYK00.090.030.13
HSL318.95º22.35%83.33%-
HSV(B)318.95º8.56%87.06%-
XYZ63.8763.273.8-
YUV210.16131.29136.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=34.63%
G=31.67%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220321600.090.030.13318.9522.3583.33
HexDECBD8093D13f1653
Octal33631333001131547726123
Binary11011110110010111101100001001111101100111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBD8; }

 p { color: rgb(222,203,216); }

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

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

 a { background-color: rgb(222,203,216); }

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

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

 span { border-color: rgb(222,203,216); }

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