#D2BAD6

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

Shades of Thistle #D2BAD6

Tints of Thistle #D2BAD6

Color information

#D2BAD6 (or 0xD2BAD6) is unknown color: approx Thistle. HEX triplet: D2, BA and D6. RGB value is (210,186,214). Sum of RGB (Red+Green+Blue) = 210+186+214=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD6 is #2D4529. Grayscale: #C4C4C4. Windows color (decimal): -2966826 or 14072530. OLE color: 14072530.

HSL color Cylindrical-coordinate representation of color #D2BAD6: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BAD6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210186214-
CMYK0.020.1300.16
HSL291.43º25.45%78.43%-
HSV(B)291.43º13.08%83.92%-
XYZ56.2753.6771.01-
YUV196.37137.95137.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=34.43%
G=30.49%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101862140.020.1300.16291.4325.4578.43
HexD2BAD62D010123194e
Octal32227232621502044331116
Binary110100101011101011010110101101010000100100011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAD6; }

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

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

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

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

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

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

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

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