#DDCDDD

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

Shades of Thistle #DDCDDD

Tints of Thistle #DDCDDD

Color information

#DDCDDD (or 0xDDCDDD) is unknown color: approx Thistle. HEX triplet: DD, CD and DD. RGB value is (221,205,221). Sum of RGB (Red+Green+Blue) = 221+205+221=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDD is #223222. Grayscale: #D3D3D3. Windows color (decimal): -2241059 or 14536157. OLE color: 14536157.

HSL color Cylindrical-coordinate representation of color #DDCDDD: hue angle of 300º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDDD is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221205221-
CMYK00.0700.13
HSL300º19.05%83.53%-
HSV(B)300º7.24%86.67%-
XYZ64.764.2677.4-
YUV211.61133.3134.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=34.16%
G=31.68%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120522100.0700.1330019.0583.53
HexDDCDDD070D12c1354
Octal3353153350701545423124
Binary110111011100110111011101011101101100101100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDDD; }

 p { color: rgb(221,205,221); }

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

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

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

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

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

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

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