#D8BEE0

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

Shades of Thistle #D8BEE0

Tints of Thistle #D8BEE0

Color information

#D8BEE0 (or 0xD8BEE0) is unknown color: approx Thistle. HEX triplet: D8, BE and E0. RGB value is (216,190,224). Sum of RGB (Red+Green+Blue) = 216+190+224=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEE0 is #27411F. Grayscale: #C9C9C9. Windows color (decimal): -2572576 or 14728920. OLE color: 14728920.

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

Color convert

RGB216190224-
CMYK0.040.1500.12
HSL285.88º35.42%81.18%-
HSV(B)285.88º15.18%87.84%-
XYZ60.1956.8178.31-
YUV201.65140.61138.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=34.29%
G=30.16%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161902240.040.1500.12285.8835.4281.18
HexD8BEE04F0C11e2351
Octal33027634041701443643121
Binary1101100010111110111000001001111011001000111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEE0; }

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

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

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

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

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

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

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

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