#D9CDD7

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

Shades of Thistle #D9CDD7

Tints of Thistle #D9CDD7

Color information

#D9CDD7 (or 0xD9CDD7) is unknown color: approx Thistle. HEX triplet: D9, CD and D7. RGB value is (217,205,215). Sum of RGB (Red+Green+Blue) = 217+205+215=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD7 is #263228. Grayscale: #D1D1D1. Windows color (decimal): -2503209 or 14142937. OLE color: 14142937.

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

Color convert

RGB217205215-
CMYK00.060.010.15
HSL310º13.64%82.75%-
HSV(B)310º5.53%85.1%-
XYZ62.7163.3273.21-
YUV209.73130.98133.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=34.07%
G=32.18%
B=33.75%

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
Decimal21720521500.060.010.1531013.6482.75
HexD9CDD7061F136e53
Octal3313153270611746616123
Binary11011001110011011101011101101111110011011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDD7; }

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

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

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

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

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

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

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

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