#D2C3D0

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

Shades of Thistle #D2C3D0

Tints of Thistle #D2C3D0

Color information

#D2C3D0 (or 0xD2C3D0) is unknown color: approx Thistle. HEX triplet: D2, C3 and D0. RGB value is (210,195,208). Sum of RGB (Red+Green+Blue) = 210+195+208=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C3D0 is #2D3C2F. Grayscale: #C8C8C8. Windows color (decimal): -2964528 or 13681618. OLE color: 13681618.

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

Color convert

RGB210195208-
CMYK00.070.010.18
HSL308º14.29%79.41%-
HSV(B)308º7.14%82.35%-
XYZ57.4857.2967.7-
YUV200.97131.97134.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=34.26%
G=31.81%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019520800.070.010.1830814.2979.41
HexD2C3D007112134e4f
Octal3223033200712246416117
Binary110100101100001111010000011111001010011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C3D0; }

 p { color: rgb(210,195,208); }

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

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

 a { background-color: rgb(210,195,208); }

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

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

 span { border-color: rgb(210,195,208); }

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