#DDC5DE

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

Shades of Thistle #DDC5DE

Tints of Thistle #DDC5DE

Color information

#DDC5DE (or 0xDDC5DE) is unknown color: approx Thistle. HEX triplet: DD, C5 and DE. RGB value is (221,197,222). Sum of RGB (Red+Green+Blue) = 221+197+222=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DE is #223A21. Grayscale: #CECECE. Windows color (decimal): -2243106 or 14599645. OLE color: 14599645.

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

Color convert

RGB221197222-
CMYK0.000.1100.13
HSL297.6º27.47%82.16%-
HSV(B)297.6º11.26%87.06%-
XYZ62.9760.5877.48-
YUV207.03136.45137.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 197 (77.34% from 255) = 30.78%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=34.53%
G=30.78%
B=34.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211972220.000.1100.13297.627.4782.16
HexDDC5DE0B0D12a1b52
Octal33530533601301545233122
Binary1101110111000101110111100101101101100101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5DE; }

 p { color: rgb(221,197,222); }

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

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

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

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

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

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

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