#DDC2DC

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

Shades of Thistle #DDC2DC

Tints of Thistle #DDC2DC

Color information

#DDC2DC (or 0xDDC2DC) is unknown color: approx Thistle. HEX triplet: DD, C2 and DC. RGB value is (221,194,220). Sum of RGB (Red+Green+Blue) = 221+194+220=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DC is #223D23. Grayscale: #CCCCCC. Windows color (decimal): -2243876 or 14467805. OLE color: 14467805.

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

Color convert

RGB221194220-
CMYK00.120.000.13
HSL302.22º28.42%81.37%-
HSV(B)302.22º12.22%86.67%-
XYZ62.0359.1275.85-
YUV205.04136.45139.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=34.80%
G=30.55%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119422000.120.000.13302.2228.4281.37
HexDDC2DC0C0D12e1c51
Octal33530233401401545634121
Binary1101110111000010110111000110001101100101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2DC; }

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

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

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

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

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

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

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

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