#DDCADC

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

Shades of Thistle #DDCADC

Tints of Thistle #DDCADC

Color information

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

HSL color Cylindrical-coordinate representation of color #DDCADC: hue angle of 303.16º 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 #DDCADC is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221202220-
CMYK00.090.000.13
HSL303.16º21.84%82.94%-
HSV(B)303.16º8.6%86.67%-
XYZ63.8662.7876.46-
YUV209.73133.79136.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120222000.090.000.13303.1621.8482.94
HexDDCADC090D12f1653
Octal33531233401101545726123
Binary1101110111001010110111000100101101100101111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCADC; }

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

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

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

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

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

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

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

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