#D9CDD5

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

Shades of Twilight #D9CDD5

Tints of Twilight #D9CDD5

Color information

#D9CDD5 (or 0xD9CDD5) is unknown color: approx Twilight. HEX triplet: D9, CD and D5. RGB value is (217,205,213). Sum of RGB (Red+Green+Blue) = 217+205+213=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD5 is #26322A. Grayscale: #D1D1D1. Windows color (decimal): -2503211 or 14011865. OLE color: 14011865.

HSL color Cylindrical-coordinate representation of color #D9CDD5: hue angle of 320º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217205213-
CMYK00.060.020.15
HSL320º13.64%82.75%-
HSV(B)320º5.53%85.1%-
XYZ62.4663.2271.86-
YUV209.5129.98133.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=34.17%
G=32.28%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720521300.060.020.1532013.6482.75
HexD9CDD5062F140e53
Octal3313153250621750016123
Binary110110011100110111010101011010111110100000011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDD5; }

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

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

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

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

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

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

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

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