#D2B5D0

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

Shades of Thistle #D2B5D0

Tints of Thistle #D2B5D0

Color information

#D2B5D0 (or 0xD2B5D0) is unknown color: approx Thistle. HEX triplet: D2, B5 and D0. RGB value is (210,181,208). Sum of RGB (Red+Green+Blue) = 210+181+208=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5D0 is #2D4A2F. Grayscale: #C0C0C0. Windows color (decimal): -2968112 or 13678034. OLE color: 13678034.

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

Color convert

RGB210181208-
CMYK00.140.010.18
HSL304.14º24.37%76.67%-
HSV(B)304.14º13.81%82.35%-
XYZ54.4951.366.71-
YUV192.75136.61140.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 181 (71.09% from 255) = 30.22%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=35.06%
G=30.22%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018120800.140.010.18304.1424.3776.67
HexD2B5D00E112130184d
Octal32226532001612246030115
Binary11010010101101011101000001110110010100110000110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B5D0; }

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

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

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

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

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

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

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

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