#DDC7DF

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

Shades of Thistle #DDC7DF

Tints of Thistle #DDC7DF

Color information

#DDC7DF (or 0xDDC7DF) is unknown color: approx Thistle. HEX triplet: DD, C7 and DF. RGB value is (221,199,223). Sum of RGB (Red+Green+Blue) = 221+199+223=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DF is #223820. Grayscale: #D0D0D0. Windows color (decimal): -2242593 or 14665693. OLE color: 14665693.

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

Color convert

RGB221199223-
CMYK0.010.1100.13
HSL295º27.27%82.75%-
HSV(B)295º10.76%87.45%-
XYZ63.5661.5578.34-
YUV208.31136.29137.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=34.37%
G=30.95%
B=34.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211992230.010.1100.1329527.2782.75
HexDDC7DF1B0D1271b53
Octal33530733711301544733123
Binary1101110111000111110111111101101101100100111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7DF; }

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

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

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

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

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

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

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

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