#D6BED7

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

Shades of Thistle #D6BED7

Tints of Thistle #D6BED7

Color information

#D6BED7 (or 0xD6BED7) is unknown color: approx Thistle. HEX triplet: D6, BE and D7. RGB value is (214,190,215). Sum of RGB (Red+Green+Blue) = 214+190+215=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED7 is #294128. Grayscale: #C7C7C7. Windows color (decimal): -2703657 or 14139094. OLE color: 14139094.

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

Color convert

RGB214190215-
CMYK0.000.1200.16
HSL297.6º23.81%79.41%-
HSV(B)297.6º11.63%84.31%-
XYZ58.4156.0372.03-
YUV200.03136.45137.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=34.57%
G=30.69%
B=34.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141902150.000.1200.16297.623.8179.41
HexD6BED70C01012a184f
Octal32627632701402045230117
Binary11010110101111101101011101100010000100101010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BED7; }

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

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

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

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

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

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

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

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