#D0BAD0

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

Shades of Thistle #D0BAD0

Tints of Thistle #D0BAD0

Color information

#D0BAD0 (or 0xD0BAD0) is unknown color: approx Thistle. HEX triplet: D0, BA and D0. RGB value is (208,186,208). Sum of RGB (Red+Green+Blue) = 208+186+208=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD0 is #2F452F. Grayscale: #C3C3C3. Windows color (decimal): -3097904 or 13679312. OLE color: 13679312.

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

Color convert

RGB208186208-
CMYK00.1100.18
HSL300º18.97%77.25%-
HSV(B)300º10.58%81.57%-
XYZ54.9653.0867.02-
YUV195.09135.29137.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=34.55%
G=30.90%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818620800.1100.1830018.9777.25
HexD0BAD00B01212c134d
Octal32027232001302245423115
Binary11010000101110101101000001011010010100101100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BAD0; }

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

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

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

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

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

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

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

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