#D7CAD7

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

Shades of Thistle #D7CAD7

Tints of Thistle #D7CAD7

Color information

#D7CAD7 (or 0xD7CAD7) is unknown color: approx Thistle. HEX triplet: D7, CA and D7. RGB value is (215,202,215). Sum of RGB (Red+Green+Blue) = 215+202+215=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAD7 is #283528. Grayscale: #CFCFCF. Windows color (decimal): -2635049 or 14142167. OLE color: 14142167.

HSL color Cylindrical-coordinate representation of color #D7CAD7: hue angle of 300º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CAD7 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB215202215-
CMYK00.0600.16
HSL300º13.98%81.76%-
HSV(B)300º6.05%84.31%-
XYZ61.4161.5972.94-
YUV207.37132.31133.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.02%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 215 (84.38% from 255) = 34.02%
R=34.02%
G=31.96%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520221500.0600.1630013.9881.76
HexD7CAD70601012ce52
Octal3273123270602045416122
Binary110101111100101011010111011001000010010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAD7; }

 p { color: rgb(215,202,215); }

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

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

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

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

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

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

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