#D9BFE1

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

Shades of Thistle #D9BFE1

Tints of Thistle #D9BFE1

Color information

#D9BFE1 (or 0xD9BFE1) is unknown color: approx Thistle. HEX triplet: D9, BF and E1. RGB value is (217,191,225). Sum of RGB (Red+Green+Blue) = 217+191+225=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFE1 is #26401E. Grayscale: #CACACA. Windows color (decimal): -2506783 or 14794713. OLE color: 14794713.

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

Color convert

RGB217191225-
CMYK0.040.1500.12
HSL285.88º36.17%81.57%-
HSV(B)285.88º15.11%88.24%-
XYZ60.8457.4579.12-
YUV202.65140.61138.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=34.28%
G=30.17%
B=35.55%

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
Decimal2171912250.040.1500.12285.8836.1781.57
HexD9BFE14F0C11e2452
Octal33127734141701443644122
Binary1101100110111111111000011001111011001000111101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFE1; }

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

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

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

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

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

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

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

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