#D6BBD5

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

Shades of Thistle #D6BBD5

Tints of Thistle #D6BBD5

Color information

#D6BBD5 (or 0xD6BBD5) is unknown color: approx Thistle. HEX triplet: D6, BB and D5. RGB value is (214,187,213). Sum of RGB (Red+Green+Blue) = 214+187+213=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD5 is #29442A. Grayscale: #C5C5C5. Windows color (decimal): -2704427 or 14007254. OLE color: 14007254.

HSL color Cylindrical-coordinate representation of color #D6BBD5: hue angle of 302.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBD5 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB214187213-
CMYK00.130.000.16
HSL302.22º24.77%78.63%-
HSV(B)302.22º12.62%83.92%-
XYZ57.5154.6470.47-
YUV198.04136.45139.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=34.85%
G=30.46%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418721300.130.000.16302.2224.7778.63
HexD6BBD50D01012e194f
Octal32627332501502045631117
Binary11010110101110111101010101101010000100101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBD5; }

 p { color: rgb(214,187,213); }

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

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

 a { background-color: rgb(214,187,213); }

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

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

 span { border-color: rgb(214,187,213); }

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