#D1C3CF

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

Shades of Thistle #D1C3CF

Tints of Thistle #D1C3CF

Color information

#D1C3CF (or 0xD1C3CF) is unknown color: approx Thistle. HEX triplet: D1, C3 and CF. RGB value is (209,195,207). Sum of RGB (Red+Green+Blue) = 209+195+207=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3CF is #2E3C30. Grayscale: #C8C8C8. Windows color (decimal): -3030065 or 13616081. OLE color: 13616081.

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

Color convert

RGB209195207-
CMYK00.070.010.18
HSL308.57º13.21%79.22%-
HSV(B)308.57º6.7%81.96%-
XYZ57.0757.0967.04-
YUV200.55131.64134.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=34.21%
G=31.91%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919520700.070.010.18308.5713.2179.22
HexD1C3CF07112135d4f
Octal3213033170712246515117
Binary110100011100001111001111011111001010011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C3CF; }

 p { color: rgb(209,195,207); }

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

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

 a { background-color: rgb(209,195,207); }

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

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

 span { border-color: rgb(209,195,207); }

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