#D6B2DC

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

Shades of Thistle #D6B2DC

Tints of Thistle #D6B2DC

Color information

#D6B2DC (or 0xD6B2DC) is unknown color: approx Thistle. HEX triplet: D6, B2 and DC. RGB value is (214,178,220). Sum of RGB (Red+Green+Blue) = 214+178+220=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2DC is #294D23. Grayscale: #C1C1C1. Windows color (decimal): -2706724 or 14463702. OLE color: 14463702.

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

Color convert

RGB214178220-
CMYK0.030.1900.14
HSL291.43º37.5%78.04%-
HSV(B)291.43º19.09%86.27%-
XYZ56.5751.374.63-
YUV193.55142.93142.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=34.97%
G=29.08%
B=35.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141782200.030.1900.14291.4337.578.04
HexD6B2DC3130E123254e
Octal32626233432301644345116
Binary1101011010110010110111001110011011101001000111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B2DC; }

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

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

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

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

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

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

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

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