#D8BDDD

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

Shades of Thistle #D8BDDD

Tints of Thistle #D8BDDD

Color information

#D8BDDD (or 0xD8BDDD) is unknown color: approx Thistle. HEX triplet: D8, BD and DD. RGB value is (216,189,221). Sum of RGB (Red+Green+Blue) = 216+189+221=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDDD is #274222. Grayscale: #C8C8C8. Windows color (decimal): -2572835 or 14532056. OLE color: 14532056.

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

Color convert

RGB216189221-
CMYK0.020.1400.13
HSL290.62º32%80.39%-
HSV(B)290.62º14.48%86.67%-
XYZ59.5756.2176.12-
YUV200.72139.45138.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=34.50%
G=30.19%
B=35.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161892210.020.1400.13290.623280.39
HexD8BDDD2E0D1232050
Octal33027533521601544340120
Binary110110001011110111011101101110011011001000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDDD; }

 p { color: rgb(216,189,221); }

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

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

 a { background-color: rgb(216,189,221); }

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

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

 span { border-color: rgb(216,189,221); }

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