#D8BFDC

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

Shades of Thistle #D8BFDC

Tints of Thistle #D8BFDC

Color information

#D8BFDC (or 0xD8BFDC) is unknown color: approx Thistle. HEX triplet: D8, BF and DC. RGB value is (216,191,220). Sum of RGB (Red+Green+Blue) = 216+191+220=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFDC is #274023. Grayscale: #C9C9C9. Windows color (decimal): -2572324 or 14467032. OLE color: 14467032.

HSL color Cylindrical-coordinate representation of color #D8BFDC: hue angle of 291.72º 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 #D8BFDC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216191220-
CMYK0.020.1300.14
HSL291.72º29.29%80.59%-
HSV(B)291.72º13.18%86.27%-
XYZ59.8757.0375.56-
YUV201.78138.28138.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=34.45%
G=30.46%
B=35.09%

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
Decimal2161912200.020.1300.14291.7229.2980.59
HexD8BFDC2D0E1241d51
Octal33027733421501644435121
Binary11011000101111111101110010110101110100100100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFDC; }

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

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

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

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

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

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

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

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