#D5BED3

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

Shades of Thistle #D5BED3

Tints of Thistle #D5BED3

Color information

#D5BED3 (or 0xD5BED3) is unknown color: approx Thistle. HEX triplet: D5, BE and D3. RGB value is (213,190,211). Sum of RGB (Red+Green+Blue) = 213+190+211=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED3 is #2A412C. Grayscale: #C7C7C7. Windows color (decimal): -2769197 or 13876949. OLE color: 13876949.

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

Color convert

RGB213190211-
CMYK00.110.010.16
HSL305.22º21.5%79.02%-
HSV(B)305.22º10.8%83.53%-
XYZ57.6155.6869.34-
YUV199.27134.62137.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=34.69%
G=30.94%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319021100.110.010.16305.2221.579.02
HexD5BED30B110131154f
Octal32527632301312046125117
Binary11010101101111101101001101011110000100110001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BED3; }

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

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

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

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

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

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

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

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