#D3CAD5

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

Shades of Thistle #D3CAD5

Tints of Thistle #D3CAD5

Color information

#D3CAD5 (or 0xD3CAD5) is unknown color: approx Thistle. HEX triplet: D3, CA and D5. RGB value is (211,202,213). Sum of RGB (Red+Green+Blue) = 211+202+213=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAD5 is #2C352A. Grayscale: #CDCDCD. Windows color (decimal): -2897195 or 14011091. OLE color: 14011091.

HSL color Cylindrical-coordinate representation of color #D3CAD5: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CAD5 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211202213-
CMYK0.010.0500.16
HSL289.09º11.58%81.37%-
HSV(B)289.09º5.16%83.53%-
XYZ59.9960.8971.54-
YUV205.95131.98131.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=33.71%
G=32.27%
B=34.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112022130.010.0500.16289.0911.5881.37
HexD3CAD515010121c51
Octal3233123251502044114121
Binary110100111100101011010101110101000010010000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAD5; }

 p { color: rgb(211,202,213); }

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

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

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

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

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

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

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