#d6b0dc

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

Shades of Thistle #D6B0DC

Tints of Thistle #D6B0DC

Color information

#D6B0DC (or 0xD6B0DC) is unknown color: approx Thistle. HEX triplet: D6, B0 and DC. RGB value is (214,176,220). Sum of RGB (Red+Green+Blue) = 214+176+220=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0DC is #294F23. Grayscale: #C0C0C0. Windows color (decimal): -2707236 or 14463190. OLE color: 14463190.

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

Color convert

RGB214176220-
CMYK0.030.200.14
HSL291.82º38.6%77.65%-
HSV(B)291.82º20%86.27%-
XYZ56.1850.5174.5-
YUV192.38143.59143.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=35.08%
G=28.85%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141762200.030.200.14291.8238.677.65
HexD6B0DC3140E124274e
Octal32626033432401644447116
Binary1101011010110000110111001110100011101001001001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6b0dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6b0dc; }

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

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

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

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

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

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

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

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