#D9CAD6

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

Shades of Thistle #D9CAD6

Tints of Thistle #D9CAD6

Color information

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

HSL color Cylindrical-coordinate representation of color #D9CAD6: hue angle of 312º 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 #D9CAD6 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217202214-
CMYK00.070.010.15
HSL312º16.48%82.16%-
HSV(B)312º6.91%85.1%-
XYZ61.8761.8572.3-
YUV207.85131.47134.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720221400.070.010.1531216.4882.16
HexD9CAD6071F1381052
Octal3313123260711747020122
Binary110110011100101011010110011111111100111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAD6; }

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

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

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

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

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

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

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

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