#DCCCDD

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

Shades of Thistle #DCCCDD

Tints of Thistle #DCCCDD

Color information

#DCCCDD (or 0xDCCCDD) is unknown color: approx Thistle. HEX triplet: DC, CC and DD. RGB value is (220,204,221). Sum of RGB (Red+Green+Blue) = 220+204+221=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDD is #233322. Grayscale: #D2D2D2. Windows color (decimal): -2306851 or 14535900. OLE color: 14535900.

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

Color convert

RGB220204221-
CMYK0.000.0800.13
HSL296.47º20%83.33%-
HSV(B)296.47º7.69%86.67%-
XYZ64.1663.6277.31-
YUV210.72133.8134.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=34.11%
G=31.63%
B=34.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202042210.000.0800.13296.472083.33
HexDCCCDD080D1281453
Octal33431433501001545024123
Binary1101110011001100110111010100001101100101000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCDD; }

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

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

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

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

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

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

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

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