#D6CAD9

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

Shades of Thistle #D6CAD9

Tints of Thistle #D6CAD9

Color information

#D6CAD9 (or 0xD6CAD9) is unknown color: approx Thistle. HEX triplet: D6, CA and D9. RGB value is (214,202,217). Sum of RGB (Red+Green+Blue) = 214+202+217=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAD9 is #293526. Grayscale: #CFCFCF. Windows color (decimal): -2700583 or 14273238. OLE color: 14273238.

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

Color convert

RGB214202217-
CMYK0.010.0700.15
HSL288º16.48%82.16%-
HSV(B)288º6.91%85.1%-
XYZ61.3861.5574.29-
YUV207.3133.48132.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=33.81%
G=31.91%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142022170.010.0700.1528816.4882.16
HexD6CAD9170F1201052
Octal3263123311701744020122
Binary110101101100101011011001111101111100100000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAD9; }

 p { color: rgb(214,202,217); }

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

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

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

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

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

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

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