#D7BED5

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

Shades of Thistle #D7BED5

Tints of Thistle #D7BED5

Color information

#D7BED5 (or 0xD7BED5) is unknown color: approx Thistle. HEX triplet: D7, BE and D5. RGB value is (215,190,213). Sum of RGB (Red+Green+Blue) = 215+190+213=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BED5 is #28412A. Grayscale: #C8C8C8. Windows color (decimal): -2638123 or 14008023. OLE color: 14008023.

HSL color Cylindrical-coordinate representation of color #D7BED5: hue angle of 304.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BED5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215190213-
CMYK00.120.010.16
HSL304.8º23.81%79.41%-
HSV(B)304.8º11.63%84.31%-
XYZ58.4556.0870.69-
YUV200.1135.28138.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.79%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=34.79%
G=30.74%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519021300.120.010.16304.823.8179.41
HexD7BED50C110131184f
Octal32727632501412046130117
Binary11010111101111101101010101100110000100110001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BED5; }

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

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

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

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

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

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

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

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