#D6C1DC

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

Shades of Thistle #D6C1DC

Tints of Thistle #D6C1DC

Color information

#D6C1DC (or 0xD6C1DC) is unknown color: approx Thistle. HEX triplet: D6, C1 and DC. RGB value is (214,193,220). Sum of RGB (Red+Green+Blue) = 214+193+220=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1DC is #293E23. Grayscale: #CACACA. Windows color (decimal): -2702884 or 14467542. OLE color: 14467542.

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

Color convert

RGB214193220-
CMYK0.030.1200.14
HSL286.67º27.84%80.98%-
HSV(B)286.67º12.27%86.27%-
XYZ59.7257.675.68-
YUV202.36137.96136.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=34.13%
G=30.78%
B=35.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141932200.030.1200.14286.6727.8480.98
HexD6C1DC3C0E11f1c51
Octal32630133431401643734121
Binary11010110110000011101110011110001110100011111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1DC; }

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

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

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

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

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

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

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

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