#D7B3DC

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

Shades of Thistle #D7B3DC

Tints of Thistle #D7B3DC

Color information

#D7B3DC (or 0xD7B3DC) is unknown color: approx Thistle. HEX triplet: D7, B3 and DC. RGB value is (215,179,220). Sum of RGB (Red+Green+Blue) = 215+179+220=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3DC is #284C23. Grayscale: #C2C2C2. Windows color (decimal): -2640932 or 14463959. OLE color: 14463959.

HSL color Cylindrical-coordinate representation of color #D7B3DC: hue angle of 292.68º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7B3DC is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215179220-
CMYK0.020.1900.14
HSL292.68º36.94%78.24%-
HSV(B)292.68º18.64%86.27%-
XYZ57.0651.8574.71-
YUV194.44142.43142.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=35.02%
G=29.15%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151792200.020.1900.14292.6836.9478.24
HexD7B3DC2130E125254e
Octal32726333422301644545116
Binary1101011110110011110111001010011011101001001011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3DC; }

 p { color: rgb(215,179,220); }

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

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

 a { background-color: rgb(215,179,220); }

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

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

 span { border-color: rgb(215,179,220); }

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