#DCCEDC

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

Shades of Thistle #DCCEDC

Tints of Thistle #DCCEDC

Color information

#DCCEDC (or 0xDCCEDC) is unknown color: approx Thistle. HEX triplet: DC, CE and DC. RGB value is (220,206,220). Sum of RGB (Red+Green+Blue) = 220+206+220=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDC is #233123. Grayscale: #D3D3D3. Windows color (decimal): -2306340 or 14470876. OLE color: 14470876.

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

Color convert

RGB220206220-
CMYK00.0600.14
HSL300º16.67%83.53%-
HSV(B)300º6.36%86.27%-
XYZ64.564.5376.77-
YUV211.78132.64133.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=34.06%
G=31.89%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020622000.0600.1430016.6783.53
HexDCCEDC060E12c1154
Octal3343163340601645421124
Binary110111001100111011011100011001110100101100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEDC; }

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

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

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

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

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

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

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

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