#D9C3D7

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

Shades of Thistle #D9C3D7

Tints of Thistle #D9C3D7

Color information

#D9C3D7 (or 0xD9C3D7) is unknown color: approx Thistle. HEX triplet: D9, C3 and D7. RGB value is (217,195,215). Sum of RGB (Red+Green+Blue) = 217+195+215=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3D7 is #263C28. Grayscale: #CBCBCB. Windows color (decimal): -2505769 or 14140377. OLE color: 14140377.

HSL color Cylindrical-coordinate representation of color #D9C3D7: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C3D7 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217195215-
CMYK00.100.010.15
HSL305.45º22.45%80.78%-
HSV(B)305.45º10.14%85.1%-
XYZ60.458.6972.43-
YUV203.86134.29137.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=34.61%
G=31.10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719521500.100.010.15305.4522.4580.78
HexD9C3D70A1F1311651
Octal33130332701211746126121
Binary1101100111000011110101110101011111100110001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C3D7; }

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

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

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

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

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

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

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

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