#D2C0D4

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

Shades of Thistle #D2C0D4

Tints of Thistle #D2C0D4

Color information

#D2C0D4 (or 0xD2C0D4) is unknown color: approx Thistle. HEX triplet: D2, C0 and D4. RGB value is (210,192,212). Sum of RGB (Red+Green+Blue) = 210+192+212=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2C0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0D4 is #2D3F2B. Grayscale: #C7C7C7. Windows color (decimal): -2965292 or 13942994. OLE color: 13942994.

HSL color Cylindrical-coordinate representation of color #D2C0D4: hue angle of 294º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C0D4 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210192212-
CMYK0.010.0900.17
HSL294º18.87%79.22%-
HSV(B)294º9.43%83.14%-
XYZ57.3156.1570.11-
YUV199.66134.96135.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=34.20%
G=31.27%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101922120.010.0900.1729418.8779.22
HexD2C0D419011126134f
Octal32230032411102144623117
Binary11010010110000001101010011001010001100100110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0D4; }

 p { color: rgb(210,192,212); }

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

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

 a { background-color: rgb(210,192,212); }

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

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

 span { border-color: rgb(210,192,212); }

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