#DDCCDC

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

Shades of Thistle #DDCCDC

Tints of Thistle #DDCCDC

Color information

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

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

Color convert

RGB221204220-
CMYK00.080.000.13
HSL303.53º20%83.33%-
HSV(B)303.53º7.69%86.67%-
XYZ64.3363.7376.62-
YUV210.91133.13135.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120422000.080.000.13303.532083.33
HexDDCCDC080D1301453
Octal33531433401001546024123
Binary1101110111001100110111000100001101100110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCDC; }

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

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

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

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

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

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

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

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