#D2BAD0

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

Shades of Thistle #D2BAD0

Tints of Thistle #D2BAD0

Color information

#D2BAD0 (or 0xD2BAD0) is unknown color: approx Thistle. HEX triplet: D2, BA and D0. RGB value is (210,186,208). Sum of RGB (Red+Green+Blue) = 210+186+208=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD0 is #2D452F. Grayscale: #C3C3C3. Windows color (decimal): -2966832 or 13679314. OLE color: 13679314.

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

Color convert

RGB210186208-
CMYK00.110.010.18
HSL305º21.05%77.65%-
HSV(B)305º11.43%82.35%-
XYZ55.5253.3767.05-
YUV195.68134.95138.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=34.77%
G=30.79%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018620800.110.010.1830521.0577.65
HexD2BAD00B112131154e
Octal32227232001312246125116
Binary11010010101110101101000001011110010100110001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAD0; }

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

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

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

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

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

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

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

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