#D9C2D9

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

Shades of Thistle #D9C2D9

Tints of Thistle #D9C2D9

Color information

#D9C2D9 (or 0xD9C2D9) is unknown color: approx Thistle. HEX triplet: D9, C2 and D9. RGB value is (217,194,217). Sum of RGB (Red+Green+Blue) = 217+194+217=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2D9 is #263D26. Grayscale: #CBCBCB. Windows color (decimal): -2506023 or 14271193. OLE color: 14271193.

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

Color convert

RGB217194217-
CMYK00.1100.15
HSL300º23.23%80.59%-
HSV(B)300º10.6%85.1%-
XYZ60.4358.3573.72-
YUV203.5135.62137.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=34.55%
G=30.89%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719421700.1100.1530023.2380.59
HexD9C2D90B0F12c1751
Octal33130233101301745427121
Binary1101100111000010110110010101101111100101100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2D9; }

 p { color: rgb(217,194,217); }

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

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

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

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

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

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

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