#D9BEE1

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

Shades of Thistle #D9BEE1

Tints of Thistle #D9BEE1

Color information

#D9BEE1 (or 0xD9BEE1) is unknown color: approx Thistle. HEX triplet: D9, BE and E1. RGB value is (217,190,225). Sum of RGB (Red+Green+Blue) = 217+190+225=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEE1 is #26411E. Grayscale: #C9C9C9. Windows color (decimal): -2507039 or 14794457. OLE color: 14794457.

HSL color Cylindrical-coordinate representation of color #D9BEE1: hue angle of 286.29º degrees, saturation: 0.37, 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 #D9BEE1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217190225-
CMYK0.040.1600.12
HSL286.29º36.84%81.37%-
HSV(B)286.29º15.56%88.24%-
XYZ60.6257.0179.04-
YUV202.06140.95138.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=34.34%
G=30.06%
B=35.60%

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
Decimal2171902250.040.1600.12286.2936.8481.37
HexD9BEE14100C11e2551
Octal33127634142001443645121
Binary11011001101111101110000110010000011001000111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEE1; }

 p { color: rgb(217,190,225); }

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

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

 a { background-color: rgb(217,190,225); }

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

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

 span { border-color: rgb(217,190,225); }

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