#D8B0DA

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

Shades of Thistle #D8B0DA

Tints of Thistle #D8B0DA

Color information

#D8B0DA (or 0xD8B0DA) is unknown color: approx Thistle. HEX triplet: D8, B0 and DA. RGB value is (216,176,218). Sum of RGB (Red+Green+Blue) = 216+176+218=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8B0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0DA is #274F25. Grayscale: #C0C0C0. Windows color (decimal): -2576166 or 14332120. OLE color: 14332120.

HSL color Cylindrical-coordinate representation of color #D8B0DA: hue angle of 297.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0DA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216176218-
CMYK0.010.1900.15
HSL297.14º36.21%77.25%-
HSV(B)297.14º19.27%85.49%-
XYZ56.550.7173.14-
YUV192.75142.25144.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=35.41%
G=28.85%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161762180.010.1900.15297.1436.2177.25
HexD8B0DA1130F129244d
Octal33026033212301745144115
Binary110110001011000011011010110011011111001010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B0DA; }

 p { color: rgb(216,176,218); }

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

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

 a { background-color: rgb(216,176,218); }

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

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

 span { border-color: rgb(216,176,218); }

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