#D9C1E0

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

Shades of Thistle #D9C1E0

Tints of Thistle #D9C1E0

Color information

#D9C1E0 (or 0xD9C1E0) is unknown color: approx Thistle. HEX triplet: D9, C1 and E0. RGB value is (217,193,224). Sum of RGB (Red+Green+Blue) = 217+193+224=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9C1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1E0 is #263E1F. Grayscale: #CBCBCB. Windows color (decimal): -2506272 or 14729689. OLE color: 14729689.

HSL color Cylindrical-coordinate representation of color #D9C1E0: hue angle of 286.45º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C1E0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217193224-
CMYK0.030.1400.12
HSL286.45º33.33%81.76%-
HSV(B)286.45º13.84%87.84%-
XYZ61.1458.2778.55-
YUV203.71139.45137.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=34.23%
G=30.44%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171932240.030.1400.12286.4533.3381.76
HexD9C1E03E0C11e2152
Octal33130134031601443641122
Binary110110011100000111100000111110011001000111101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1E0; }

 p { color: rgb(217,193,224); }

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

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

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

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

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

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

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