#D9C0DC

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

Shades of Thistle #D9C0DC

Tints of Thistle #D9C0DC

Color information

#D9C0DC (or 0xD9C0DC) is unknown color: approx Thistle. HEX triplet: D9, C0 and DC. RGB value is (217,192,220). Sum of RGB (Red+Green+Blue) = 217+192+220=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0DC is #263F23. Grayscale: #CACACA. Windows color (decimal): -2506532 or 14467289. OLE color: 14467289.

HSL color Cylindrical-coordinate representation of color #D9C0DC: hue angle of 293.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C0DC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217192220-
CMYK0.010.1300.14
HSL293.57º28.57%80.78%-
HSV(B)293.57º12.73%86.27%-
XYZ60.3857.6275.65-
YUV202.67137.78138.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=34.50%
G=30.52%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171922200.010.1300.14293.5728.5780.78
HexD9C0DC1D0E1261d51
Octal33130033411501644635121
Binary1101100111000000110111001110101110100100110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C0DC; }

 p { color: rgb(217,192,220); }

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

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

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

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

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

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

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