#D8BED7

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

Shades of Thistle #D8BED7

Tints of Thistle #D8BED7

Color information

#D8BED7 (or 0xD8BED7) is unknown color: approx Thistle. HEX triplet: D8, BE and D7. RGB value is (216,190,215). Sum of RGB (Red+Green+Blue) = 216+190+215=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BED7 is #274128. Grayscale: #C8C8C8. Windows color (decimal): -2572585 or 14139096. OLE color: 14139096.

HSL color Cylindrical-coordinate representation of color #D8BED7: hue angle of 302.31º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BED7 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216190215-
CMYK00.120.000.15
HSL302.31º25%79.61%-
HSV(B)302.31º12.04%84.71%-
XYZ5956.3372.05-
YUV200.62136.11138.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=34.78%
G=30.60%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619021500.120.000.15302.312579.61
HexD8BED70C0F12e1950
Octal33027632701401745631120
Binary1101100010111110110101110110001111100101110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BED7; }

 p { color: rgb(216,190,215); }

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

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

 a { background-color: rgb(216,190,215); }

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

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

 span { border-color: rgb(216,190,215); }

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