#D6BED3

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

Shades of Thistle #D6BED3

Tints of Thistle #D6BED3

Color information

#D6BED3 (or 0xD6BED3) is unknown color: approx Thistle. HEX triplet: D6, BE and D3. RGB value is (214,190,211). Sum of RGB (Red+Green+Blue) = 214+190+211=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED3 is #29412C. Grayscale: #C7C7C7. Windows color (decimal): -2703661 or 13876950. OLE color: 13876950.

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

Color convert

RGB214190211-
CMYK00.110.010.16
HSL307.5º22.64%79.22%-
HSV(B)307.5º11.21%83.92%-
XYZ57.955.8369.35-
YUV199.57134.45138.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 211 (82.81% from 255) = 34.31%
R=34.80%
G=30.89%
B=34.31%

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
Decimal21419021100.110.010.16307.522.6479.22
HexD6BED30B110134174f
Octal32627632301312046427117
Binary11010110101111101101001101011110000100110100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BED3; }

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

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

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

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

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

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

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

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