#D2C6D1

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

Shades of Thistle #D2C6D1

Tints of Thistle #D2C6D1

Color information

#D2C6D1 (or 0xD2C6D1) is unknown color: approx Thistle. HEX triplet: D2, C6 and D1. RGB value is (210,198,209). Sum of RGB (Red+Green+Blue) = 210+198+209=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C6D1 is #2D392E. Grayscale: #CACACA. Windows color (decimal): -2963759 or 13747922. OLE color: 13747922.

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

Color convert

RGB210198209-
CMYK00.060.000.18
HSL305º11.76%80%-
HSV(B)305º5.71%82.35%-
XYZ58.2858.6968.58-
YUV202.84131.48133.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=34.04%
G=32.09%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019820900.060.000.1830511.7680
HexD2C6D106012131c50
Octal3223063210602246114120
Binary110100101100011011010001011001001010011000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C6D1; }

 p { color: rgb(210,198,209); }

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

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

 a { background-color: rgb(210,198,209); }

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

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

 span { border-color: rgb(210,198,209); }

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