#D9CCD8

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

Shades of Thistle #D9CCD8

Tints of Thistle #D9CCD8

Color information

#D9CCD8 (or 0xD9CCD8) is unknown color: approx Thistle. HEX triplet: D9, CC and D8. RGB value is (217,204,216). Sum of RGB (Red+Green+Blue) = 217+204+216=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD8 is #263327. Grayscale: #D1D1D1. Windows color (decimal): -2503464 or 14208217. OLE color: 14208217.

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

Color convert

RGB217204216-
CMYK00.060.000.15
HSL304.62º14.61%82.55%-
HSV(B)304.62º5.99%85.1%-
XYZ62.662.973.81-
YUV209.25131.81133.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=34.07%
G=32.03%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720421600.060.000.15304.6214.6182.55
HexD9CCD8060F131f53
Octal3313143300601746117123
Binary11011001110011001101100001100111110011000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCD8; }

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

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

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

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

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

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

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

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