#D8BDDC

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

Shades of Thistle #D8BDDC

Tints of Thistle #D8BDDC

Color information

#D8BDDC (or 0xD8BDDC) is unknown color: approx Thistle. HEX triplet: D8, BD and DC. RGB value is (216,189,220). Sum of RGB (Red+Green+Blue) = 216+189+220=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDDC is #274223. Grayscale: #C8C8C8. Windows color (decimal): -2572836 or 14466520. OLE color: 14466520.

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

Color convert

RGB216189220-
CMYK0.020.1400.14
HSL292.26º30.69%80.2%-
HSV(B)292.26º14.09%86.27%-
XYZ59.4356.1675.42-
YUV200.61138.95138.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=34.56%
G=30.24%
B=35.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161892200.020.1400.14292.2630.6980.2
HexD8BDDC2E0E1241f50
Octal33027533421601644437120
Binary11011000101111011101110010111001110100100100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDDC; }

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

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

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

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

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

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

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

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