#DCC4DD

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

Shades of Thistle #DCC4DD

Tints of Thistle #DCC4DD

Color information

#DCC4DD (or 0xDCC4DD) is unknown color: approx Thistle. HEX triplet: DC, C4 and DD. RGB value is (220,196,221). Sum of RGB (Red+Green+Blue) = 220+196+221=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4DD is #233B22. Grayscale: #CDCDCD. Windows color (decimal): -2308899 or 14533852. OLE color: 14533852.

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

Color convert

RGB220196221-
CMYK0.000.1100.13
HSL297.6º26.88%81.76%-
HSV(B)297.6º11.31%86.67%-
XYZ62.3159.9276.69-
YUV206.03136.45137.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=34.54%
G=30.77%
B=34.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201962210.000.1100.13297.626.8881.76
HexDCC4DD0B0D12a1b52
Octal33430433501301545233122
Binary1101110011000100110111010101101101100101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4DD; }

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

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

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

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

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

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

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

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