#D6BED4

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

Shades of Thistle #D6BED4

Tints of Thistle #D6BED4

Color information

#D6BED4 (or 0xD6BED4) is unknown color: approx Thistle. HEX triplet: D6, BE and D4. RGB value is (214,190,212). Sum of RGB (Red+Green+Blue) = 214+190+212=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED4 is #29412B. Grayscale: #C7C7C7. Windows color (decimal): -2703660 or 13942486. OLE color: 13942486.

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

Color convert

RGB214190212-
CMYK00.110.010.16
HSL305º22.64%79.22%-
HSV(B)305º11.21%83.92%-
XYZ58.0355.8870.01-
YUV199.68134.95138.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 212 (83.20% from 255) = 34.42%
R=34.74%
G=30.84%
B=34.42%

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
Decimal21419021200.110.010.1630522.6479.22
HexD6BED40B110131174f
Octal32627632401312046127117
Binary11010110101111101101010001011110000100110001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BED4; }

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

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

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

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

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

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

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

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