#D9CCD7

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

Shades of Thistle #D9CCD7

Tints of Thistle #D9CCD7

Color information

#D9CCD7 (or 0xD9CCD7) is unknown color: approx Thistle. HEX triplet: D9, CC and D7. RGB value is (217,204,215). Sum of RGB (Red+Green+Blue) = 217+204+215=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD7 is #263328. Grayscale: #D1D1D1. Windows color (decimal): -2503465 or 14142681. OLE color: 14142681.

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

Color convert

RGB217204215-
CMYK00.060.010.15
HSL309.23º14.61%82.55%-
HSV(B)309.23º5.99%85.1%-
XYZ62.4762.8473.13-
YUV209.14131.31133.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 215 (84.38% from 255) = 33.81%
R=34.12%
G=32.08%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720421500.060.010.15309.2314.6182.55
HexD9CCD7061F135f53
Octal3313143270611746517123
Binary11011001110011001101011101101111110011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCD7; }

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

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

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

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

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

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

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

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