#DDC9DD

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

Shades of Thistle #DDC9DD

Tints of Thistle #DDC9DD

Color information

#DDC9DD (or 0xDDC9DD) is unknown color: approx Thistle. HEX triplet: DD, C9 and DD. RGB value is (221,201,221). Sum of RGB (Red+Green+Blue) = 221+201+221=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9DD is #223622. Grayscale: #D1D1D1. Windows color (decimal): -2242083 or 14535133. OLE color: 14535133.

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

Color convert

RGB221201221-
CMYK00.0900.13
HSL300º22.73%82.75%-
HSV(B)300º9.05%86.67%-
XYZ63.7662.3777.08-
YUV209.26134.63136.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=34.37%
G=31.26%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120122100.0900.1330022.7382.75
HexDDC9DD090D12c1753
Octal33531133501101545427123
Binary1101110111001001110111010100101101100101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9DD; }

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

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

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

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

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

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

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

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