#DFCDDD

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

Shades of Thistle #DFCDDD

Tints of Thistle #DFCDDD

Color information

#DFCDDD (or 0xDFCDDD) is unknown color: approx Thistle. HEX triplet: DF, CD and DD. RGB value is (223,205,221). Sum of RGB (Red+Green+Blue) = 223+205+221=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDD is #203222. Grayscale: #D4D4D4. Windows color (decimal): -2109987 or 14536159. OLE color: 14536159.

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

Color convert

RGB223205221-
CMYK00.080.010.13
HSL306.67º21.95%83.92%-
HSV(B)306.67º8.07%87.45%-
XYZ65.3164.5777.43-
YUV212.21132.96135.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=34.36%
G=31.59%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320522100.080.010.13306.6721.9583.92
HexDFCDDD081D1331654
Octal33731533501011546326124
Binary1101111111001101110111010100011101100110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDDD; }

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

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

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

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

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

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

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

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