#D4BED7

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

Shades of Thistle #D4BED7

Tints of Thistle #D4BED7

Color information

#D4BED7 (or 0xD4BED7) is unknown color: approx Thistle. HEX triplet: D4, BE and D7. RGB value is (212,190,215). Sum of RGB (Red+Green+Blue) = 212+190+215=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BED7 is #2B4128. Grayscale: #C7C7C7. Windows color (decimal): -2834729 or 14139092. OLE color: 14139092.

HSL color Cylindrical-coordinate representation of color #D4BED7: hue angle of 292.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 #D4BED7 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212190215-
CMYK0.010.1200.16
HSL292.8º23.81%79.41%-
HSV(B)292.8º11.63%84.31%-
XYZ57.8355.7372-
YUV199.43136.79136.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=34.36%
G=30.79%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121902150.010.1200.16292.823.8179.41
HexD4BED71C010125184f
Octal32427632711402044530117
Binary11010100101111101101011111100010000100100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BED7; }

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

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

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

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

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

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

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

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