#D9CCD5

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

Shades of Twilight #D9CCD5

Tints of Twilight #D9CCD5

Color information

#D9CCD5 (or 0xD9CCD5) is unknown color: approx Twilight. HEX triplet: D9, CC and D5. RGB value is (217,204,213). Sum of RGB (Red+Green+Blue) = 217+204+213=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD5 is #26332A. Grayscale: #D0D0D0. Windows color (decimal): -2503467 or 14011609. OLE color: 14011609.

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

Color convert

RGB217204213-
CMYK00.060.020.15
HSL318.46º14.61%82.55%-
HSV(B)318.46º5.99%85.1%-
XYZ62.2262.7471.78-
YUV208.91130.31133.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=34.23%
G=32.18%
B=33.60%

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
Decimal21720421300.060.020.15318.4614.6182.55
HexD9CCD5062F13ef53
Octal3313143250621747617123
Binary110110011100110011010101011010111110011111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCD5; }

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

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

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

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

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

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

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

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