#D8BDE0

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

Shades of Thistle #D8BDE0

Tints of Thistle #D8BDE0

Color information

#D8BDE0 (or 0xD8BDE0) is unknown color: approx Thistle. HEX triplet: D8, BD and E0. RGB value is (216,189,224). Sum of RGB (Red+Green+Blue) = 216+189+224=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDE0 is #27421F. Grayscale: #C8C8C8. Windows color (decimal): -2572832 or 14728664. OLE color: 14728664.

HSL color Cylindrical-coordinate representation of color #D8BDE0: hue angle of 286.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8BDE0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216189224-
CMYK0.040.1600.12
HSL286.29º36.08%80.98%-
HSV(B)286.29º15.62%87.84%-
XYZ59.9756.3878.24-
YUV201.06140.95138.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=34.34%
G=30.05%
B=35.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161892240.040.1600.12286.2936.0880.98
HexD8BDE04100C11e2451
Octal33027534042001443644121
Binary11011000101111011110000010010000011001000111101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDE0; }

 p { color: rgb(216,189,224); }

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

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

 a { background-color: rgb(216,189,224); }

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

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

 span { border-color: rgb(216,189,224); }

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