#D8BBDC

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

Shades of Thistle #D8BBDC

Tints of Thistle #D8BBDC

Color information

#D8BBDC (or 0xD8BBDC) is unknown color: approx Thistle. HEX triplet: D8, BB and DC. RGB value is (216,187,220). Sum of RGB (Red+Green+Blue) = 216+187+220=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBDC is #274423. Grayscale: #C7C7C7. Windows color (decimal): -2573348 or 14466008. OLE color: 14466008.

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

Color convert

RGB216187220-
CMYK0.020.1500.14
HSL292.73º32.04%79.8%-
HSV(B)292.73º15%86.27%-
XYZ59.0155.3175.28-
YUV199.43139.61139.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.67%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=34.67%
G=30.02%
B=35.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161872200.020.1500.14292.7332.0479.8
HexD8BBDC2F0E1252050
Octal33027333421701644540120
Binary110110001011101111011100101111011101001001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBDC; }

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

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

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

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

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

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

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

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