#D2BDD5

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

Shades of Thistle #D2BDD5

Tints of Thistle #D2BDD5

Color information

#D2BDD5 (or 0xD2BDD5) is unknown color: approx Thistle. HEX triplet: D2, BD and D5. RGB value is (210,189,213). Sum of RGB (Red+Green+Blue) = 210+189+213=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDD5 is #2D422A. Grayscale: #C5C5C5. Windows color (decimal): -2966059 or 14007762. OLE color: 14007762.

HSL color Cylindrical-coordinate representation of color #D2BDD5: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BDD5 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210189213-
CMYK0.010.1100.16
HSL292.5º22.22%78.82%-
HSV(B)292.5º11.27%83.53%-
XYZ56.7954.970.55-
YUV198.02136.46136.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=34.31%
G=30.88%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101892130.010.1100.16292.522.2278.82
HexD2BDD51B010124164f
Octal32227532511302044426117
Binary11010010101111011101010111011010000100100100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDD5; }

 p { color: rgb(210,189,213); }

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

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

 a { background-color: rgb(210,189,213); }

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

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

 span { border-color: rgb(210,189,213); }

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