#D2BAD4

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

Shades of Thistle #D2BAD4

Tints of Thistle #D2BAD4

Color information

#D2BAD4 (or 0xD2BAD4) is unknown color: approx Thistle. HEX triplet: D2, BA and D4. RGB value is (210,186,212). Sum of RGB (Red+Green+Blue) = 210+186+212=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD4 is #2D452B. Grayscale: #C4C4C4. Windows color (decimal): -2966828 or 13941458. OLE color: 13941458.

HSL color Cylindrical-coordinate representation of color #D2BAD4: hue angle of 295.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BAD4 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210186212-
CMYK0.010.1200.17
HSL295.38º23.21%78.04%-
HSV(B)295.38º12.26%83.14%-
XYZ56.0253.5769.68-
YUV196.14136.95137.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=34.54%
G=30.59%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101862120.010.1200.17295.3823.2178.04
HexD2BAD41C011127174e
Octal32227232411402144727116
Binary11010010101110101101010011100010001100100111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAD4; }

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

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

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

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

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

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

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

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