#D1CAD0

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

Shades of Thistle #D1CAD0

Tints of Thistle #D1CAD0

Color information

#D1CAD0 (or 0xD1CAD0) is unknown color: approx Thistle. HEX triplet: D1, CA and D0. RGB value is (209,202,208). Sum of RGB (Red+Green+Blue) = 209+202+208=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAD0 is #2E352F. Grayscale: #CCCCCC. Windows color (decimal): -3028272 or 13683409. OLE color: 13683409.

HSL color Cylindrical-coordinate representation of color #D1CAD0: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CAD0 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209202208-
CMYK00.030.000.18
HSL308.57º7.07%80.59%-
HSV(B)308.57º3.35%81.96%-
XYZ58.860.3568.22-
YUV204.78129.82131.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=33.76%
G=32.63%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920220800.030.000.18308.577.0780.59
HexD1CAD003012135751
Octal321312320030224657121
Binary1101000111001010110100000110100101001101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAD0; }

 p { color: rgb(209,202,208); }

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

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

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

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

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

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

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