#DCC0DD

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

Shades of Thistle #DCC0DD

Tints of Thistle #DCC0DD

Color information

#DCC0DD (or 0xDCC0DD) is unknown color: approx Thistle. HEX triplet: DC, C0 and DD. RGB value is (220,192,221). Sum of RGB (Red+Green+Blue) = 220+192+221=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0DD is #233F22. Grayscale: #CBCBCB. Windows color (decimal): -2309923 or 14532828. OLE color: 14532828.

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

Color convert

RGB220192221-
CMYK0.000.1300.13
HSL297.93º29.9%80.98%-
HSV(B)297.93º13.12%86.67%-
XYZ61.4258.1476.39-
YUV203.68137.78139.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=34.76%
G=30.33%
B=34.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201922210.000.1300.13297.9329.980.98
HexDCC0DD0D0D12a1e51
Octal33430033501501545236121
Binary1101110011000000110111010110101101100101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0DD; }

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

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

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

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

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

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

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

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