#DFD0DC

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

Shades of Thistle #DFD0DC

Tints of Thistle #DFD0DC

Color information

#DFD0DC (or 0xDFD0DC) is unknown color: approx Thistle. HEX triplet: DF, D0 and DC. RGB value is (223,208,220). Sum of RGB (Red+Green+Blue) = 223+208+220=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0DC is #202F23. Grayscale: #D5D5D5. Windows color (decimal): -2109220 or 14471391. OLE color: 14471391.

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

Color convert

RGB223208220-
CMYK00.070.010.13
HSL312º18.99%84.51%-
HSV(B)312º6.73%87.45%-
XYZ65.9165.9776.97-
YUV213.85131.47134.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=34.25%
G=31.95%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320822000.070.010.1331218.9984.51
HexDFD0DC071D1381355
Octal3373203340711547023125
Binary110111111101000011011100011111101100111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0DC; }

 p { color: rgb(223,208,220); }

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

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

 a { background-color: rgb(223,208,220); }

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

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

 span { border-color: rgb(223,208,220); }

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