#DDC3DD

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

Shades of Thistle #DDC3DD

Tints of Thistle #DDC3DD

Color information

#DDC3DD (or 0xDDC3DD) is unknown color: approx Thistle. HEX triplet: DD, C3 and DD. RGB value is (221,195,221). Sum of RGB (Red+Green+Blue) = 221+195+221=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DD is #223C22. Grayscale: #CDCDCD. Windows color (decimal): -2243619 or 14533597. OLE color: 14533597.

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

Color convert

RGB221195221-
CMYK00.1200.13
HSL300º27.66%81.57%-
HSV(B)300º11.76%86.67%-
XYZ62.3959.6276.63-
YUV205.74136.61138.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=34.69%
G=30.61%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119522100.1200.1330027.6681.57
HexDDC3DD0C0D12c1c52
Octal33530333501401545434122
Binary1101110111000011110111010110001101100101100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3DD; }

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

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

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

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

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

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

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

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