#DCC3DD

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

Shades of Thistle #DCC3DD

Tints of Thistle #DCC3DD

Color information

#DCC3DD (or 0xDCC3DD) is unknown color: approx Thistle. HEX triplet: DC, C3 and DD. RGB value is (220,195,221). Sum of RGB (Red+Green+Blue) = 220+195+221=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DD is #233C22. Grayscale: #CDCDCD. Windows color (decimal): -2309155 or 14533596. OLE color: 14533596.

HSL color Cylindrical-coordinate representation of color #DCC3DD: hue angle of 297.69º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC3DD is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220195221-
CMYK0.000.1200.13
HSL297.69º27.66%81.57%-
HSV(B)297.69º11.76%86.67%-
XYZ62.0859.4776.61-
YUV205.44136.78138.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=34.59%
G=30.66%
B=34.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201952210.000.1200.13297.6927.6681.57
HexDCC3DD0C0D12a1c52
Octal33430333501401545234122
Binary1101110011000011110111010110001101100101010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3DD; }

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

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

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

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

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

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

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

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