#DDC4DE

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

Shades of Thistle #DDC4DE

Tints of Thistle #DDC4DE

Color information

#DDC4DE (or 0xDDC4DE) is unknown color: approx Thistle. HEX triplet: DD, C4 and DE. RGB value is (221,196,222). Sum of RGB (Red+Green+Blue) = 221+196+222=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DE is #223B21. Grayscale: #CECECE. Windows color (decimal): -2243362 or 14599389. OLE color: 14599389.

HSL color Cylindrical-coordinate representation of color #DDC4DE: hue angle of 297.69º 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 #DDC4DE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221196222-
CMYK0.000.1200.13
HSL297.69º28.26%81.96%-
HSV(B)297.69º11.71%87.06%-
XYZ62.7460.1377.41-
YUV206.44136.78138.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=34.59%
G=30.67%
B=34.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211962220.000.1200.13297.6928.2681.96
HexDDC4DE0C0D12a1c52
Octal33530433601401545234122
Binary1101110111000100110111100110001101100101010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4DE; }

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

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

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

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

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

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

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

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