#D6BEDC

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

Shades of Thistle #D6BEDC

Tints of Thistle #D6BEDC

Color information

#D6BEDC (or 0xD6BEDC) is unknown color: approx Thistle. HEX triplet: D6, BE and DC. RGB value is (214,190,220). Sum of RGB (Red+Green+Blue) = 214+190+220=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEDC is #294123. Grayscale: #C8C8C8. Windows color (decimal): -2703652 or 14466774. OLE color: 14466774.

HSL color Cylindrical-coordinate representation of color #D6BEDC: hue angle of 288º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BEDC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214190220-
CMYK0.030.1400.14
HSL288º30%80.39%-
HSV(B)288º13.64%86.27%-
XYZ59.0656.2975.46-
YUV200.6138.95137.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=34.29%
G=30.45%
B=35.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141902200.030.1400.142883080.39
HexD6BEDC3E0E1201e50
Octal32627633431601644036120
Binary11010110101111101101110011111001110100100000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEDC; }

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

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

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

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

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

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

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

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