#DCCADD

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

Shades of Thistle #DCCADD

Tints of Thistle #DCCADD

Color information

#DCCADD (or 0xDCCADD) is unknown color: approx Thistle. HEX triplet: DC, CA and DD. RGB value is (220,202,221). Sum of RGB (Red+Green+Blue) = 220+202+221=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADD is #233522. Grayscale: #D1D1D1. Windows color (decimal): -2307363 or 14535388. OLE color: 14535388.

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

Color convert

RGB220202221-
CMYK0.000.0900.13
HSL296.84º21.84%82.94%-
HSV(B)296.84º8.6%86.67%-
XYZ63.6962.6877.15-
YUV209.55134.46135.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=34.21%
G=31.42%
B=34.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202022210.000.0900.13296.8421.8482.94
HexDCCADD090D1291653
Octal33431233501101545126123
Binary1101110011001010110111010100101101100101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCADD; }

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

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

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

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

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

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

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

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