#D5BED4

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

Shades of Thistle #D5BED4

Tints of Thistle #D5BED4

Color information

#D5BED4 (or 0xD5BED4) is unknown color: approx Thistle. HEX triplet: D5, BE and D4. RGB value is (213,190,212). Sum of RGB (Red+Green+Blue) = 213+190+212=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED4 is #2A412B. Grayscale: #C7C7C7. Windows color (decimal): -2769196 or 13942485. OLE color: 13942485.

HSL color Cylindrical-coordinate representation of color #D5BED4: hue angle of 302.61º 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 #D5BED4 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213190212-
CMYK00.110.000.16
HSL302.61º21.5%79.02%-
HSV(B)302.61º10.8%83.53%-
XYZ57.7455.7370-
YUV199.38135.12137.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 212 (83.20% from 255) = 34.47%
R=34.63%
G=30.89%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319021200.110.000.16302.6121.579.02
HexD5BED40B01012f154f
Octal32527632401302045725117
Binary11010101101111101101010001011010000100101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BED4; }

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

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

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

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

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

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

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

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