#D8BAE0

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

Shades of Thistle #D8BAE0

Tints of Thistle #D8BAE0

Color information

#D8BAE0 (or 0xD8BAE0) is unknown color: approx Thistle. HEX triplet: D8, BA and E0. RGB value is (216,186,224). Sum of RGB (Red+Green+Blue) = 216+186+224=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAE0 is #27451F. Grayscale: #C7C7C7. Windows color (decimal): -2573600 or 14727896. OLE color: 14727896.

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

Color convert

RGB216186224-
CMYK0.040.1700.12
HSL287.37º38%80.39%-
HSV(B)287.37º16.96%87.84%-
XYZ59.3355.178.03-
YUV199.3141.94139.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=34.50%
G=29.71%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161862240.040.1700.12287.373880.39
HexD8BAE04110C11f2650
Octal33027234042101443746120
Binary11011000101110101110000010010001011001000111111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAE0; }

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

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

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

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

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

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

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

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