#D9C2DC

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

Shades of Thistle #D9C2DC

Tints of Thistle #D9C2DC

Color information

#D9C2DC (or 0xD9C2DC) is unknown color: approx Thistle. HEX triplet: D9, C2 and DC. RGB value is (217,194,220). Sum of RGB (Red+Green+Blue) = 217+194+220=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2DC is #263D23. Grayscale: #CBCBCB. Windows color (decimal): -2506020 or 14467801. OLE color: 14467801.

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

Color convert

RGB217194220-
CMYK0.010.1200.14
HSL293.08º27.08%81.18%-
HSV(B)293.08º11.82%86.27%-
XYZ60.8358.575.8-
YUV203.84137.12137.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=34.39%
G=30.74%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171942200.010.1200.14293.0827.0881.18
HexD9C2DC1C0E1251b51
Octal33130233411401644533121
Binary1101100111000010110111001110001110100100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2DC; }

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

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

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

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

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

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

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

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