#D9B3DE

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

Shades of Thistle #D9B3DE

Tints of Thistle #D9B3DE

Color information

#D9B3DE (or 0xD9B3DE) is unknown color: approx Thistle. HEX triplet: D9, B3 and DE. RGB value is (217,179,222). Sum of RGB (Red+Green+Blue) = 217+179+222=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3DE is #264C21. Grayscale: #C3C3C3. Windows color (decimal): -2509858 or 14595033. OLE color: 14595033.

HSL color Cylindrical-coordinate representation of color #D9B3DE: hue angle of 293.02º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B3DE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217179222-
CMYK0.020.1900.13
HSL293.02º39.45%78.63%-
HSV(B)293.02º19.37%87.06%-
XYZ57.9252.2776.14-
YUV195.26143.09143.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=35.11%
G=28.96%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171792220.020.1900.13293.0239.4578.63
HexD9B3DE2130D125274f
Octal33126333622301544547117
Binary1101100110110011110111101010011011011001001011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B3DE; }

 p { color: rgb(217,179,222); }

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

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

 a { background-color: rgb(217,179,222); }

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

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

 span { border-color: rgb(217,179,222); }

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