#D7BFDC

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

Shades of Thistle #D7BFDC

Tints of Thistle #D7BFDC

Color information

#D7BFDC (or 0xD7BFDC) is unknown color: approx Thistle. HEX triplet: D7, BF and DC. RGB value is (215,191,220). Sum of RGB (Red+Green+Blue) = 215+191+220=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFDC is #284023. Grayscale: #C9C9C9. Windows color (decimal): -2637860 or 14467031. OLE color: 14467031.

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

Color convert

RGB215191220-
CMYK0.020.1300.14
HSL289.66º29.29%80.59%-
HSV(B)289.66º13.18%86.27%-
XYZ59.5756.8875.55-
YUV201.48138.45137.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=34.35%
G=30.51%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151912200.020.1300.14289.6629.2980.59
HexD7BFDC2D0E1221d51
Octal32727733421501644235121
Binary11010111101111111101110010110101110100100010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BFDC; }

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

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

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

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

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

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

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

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