#DCC8DD

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

Shades of Thistle #DCC8DD

Tints of Thistle #DCC8DD

Color information

#DCC8DD (or 0xDCC8DD) is unknown color: approx Thistle. HEX triplet: DC, C8 and DD. RGB value is (220,200,221). Sum of RGB (Red+Green+Blue) = 220+200+221=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DD is #233722. Grayscale: #D0D0D0. Windows color (decimal): -2307875 or 14534876. OLE color: 14534876.

HSL color Cylindrical-coordinate representation of color #DCC8DD: hue angle of 297.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC8DD is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220200221-
CMYK0.000.1000.13
HSL297.14º23.6%82.55%-
HSV(B)297.14º9.5%86.67%-
XYZ63.2261.7476.99-
YUV208.37135.13136.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=34.32%
G=31.20%
B=34.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202002210.000.1000.13297.1423.682.55
HexDCC8DD0A0D1291853
Octal33431033501201545130123
Binary1101110011001000110111010101001101100101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8DD; }

 p { color: rgb(220,200,221); }

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

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

 a { background-color: rgb(220,200,221); }

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

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

 span { border-color: rgb(220,200,221); }

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