#D9CCDA

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

Shades of Thistle #D9CCDA

Tints of Thistle #D9CCDA

Color information

#D9CCDA (or 0xD9CCDA) is unknown color: approx Thistle. HEX triplet: D9, CC and DA. RGB value is (217,204,218). Sum of RGB (Red+Green+Blue) = 217+204+218=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDA is #263325. Grayscale: #D1D1D1. Windows color (decimal): -2503462 or 14339289. OLE color: 14339289.

HSL color Cylindrical-coordinate representation of color #D9CCDA: hue angle of 295.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCDA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217204218-
CMYK0.000.0600.15
HSL295.71º15.91%82.75%-
HSV(B)295.71º6.42%85.49%-
XYZ62.866375.18-
YUV209.48132.81133.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=33.96%
G=31.92%
B=34.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172042180.000.0600.15295.7115.9182.75
HexD9CCDA060F1281053
Octal3313143320601745020123
Binary110110011100110011011010011001111100101000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCDA; }

 p { color: rgb(217,204,218); }

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

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

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

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

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

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

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