#D9C9D7

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

Shades of Thistle #D9C9D7

Tints of Thistle #D9C9D7

Color information

#D9C9D7 (or 0xD9C9D7) is unknown color: approx Thistle. HEX triplet: D9, C9 and D7. RGB value is (217,201,215). Sum of RGB (Red+Green+Blue) = 217+201+215=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9D7 is #263628. Grayscale: #CFCFCF. Windows color (decimal): -2504233 or 14141913. OLE color: 14141913.

HSL color Cylindrical-coordinate representation of color #D9C9D7: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9C9D7 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217201215-
CMYK00.070.010.15
HSL307.5º17.39%81.96%-
HSV(B)307.5º7.37%85.1%-
XYZ61.7761.4372.89-
YUV207.38132.3134.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=34.28%
G=31.75%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720121500.070.010.15307.517.3981.96
HexD9C9D7071F1341152
Octal3313113270711746421122
Binary110110011100100111010111011111111100110100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9D7; }

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

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

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

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

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

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

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

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