#DDC7E0

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

Shades of Thistle #DDC7E0

Tints of Thistle #DDC7E0

Color information

#DDC7E0 (or 0xDDC7E0) is unknown color: approx Thistle. HEX triplet: DD, C7 and E0. RGB value is (221,199,224). Sum of RGB (Red+Green+Blue) = 221+199+224=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7E0 is #22381F. Grayscale: #D0D0D0. Windows color (decimal): -2242592 or 14731229. OLE color: 14731229.

HSL color Cylindrical-coordinate representation of color #DDC7E0: hue angle of 292.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC7E0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221199224-
CMYK0.010.1100.12
HSL292.8º28.74%82.94%-
HSV(B)292.8º11.16%87.84%-
XYZ63.761.679.05-
YUV208.43136.79136.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 199 (78.12% from 255) = 30.90%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=34.32%
G=30.90%
B=34.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211992240.010.1100.12292.828.7482.94
HexDDC7E01B0C1251d53
Octal33530734011301444535123
Binary1101110111000111111000001101101100100100101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7E0; }

 p { color: rgb(221,199,224); }

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

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

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

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

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

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

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