#DCCADC

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

Shades of Thistle #DCCADC

Tints of Thistle #DCCADC

Color information

#DCCADC (or 0xDCCADC) is unknown color: approx Thistle. HEX triplet: DC, CA and DC. RGB value is (220,202,220). Sum of RGB (Red+Green+Blue) = 220+202+220=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADC is #233523. Grayscale: #D1D1D1. Windows color (decimal): -2307364 or 14469852. OLE color: 14469852.

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

Color convert

RGB220202220-
CMYK00.0800.14
HSL300º20.45%82.75%-
HSV(B)300º8.18%86.27%-
XYZ63.5562.6276.45-
YUV209.43133.96135.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=34.27%
G=31.46%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020222000.0800.1430020.4582.75
HexDCCADC080E12c1453
Octal33431233401001645424123
Binary1101110011001010110111000100001110100101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCADC; }

 p { color: rgb(220,202,220); }

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

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

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

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

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

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

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