#DFC4DD

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

Shades of Thistle #DFC4DD

Tints of Thistle #DFC4DD

Color information

#DFC4DD (or 0xDFC4DD) is unknown color: approx Thistle. HEX triplet: DF, C4 and DD. RGB value is (223,196,221). Sum of RGB (Red+Green+Blue) = 223+196+221=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4DD is #203B22. Grayscale: #CECECE. Windows color (decimal): -2112291 or 14533855. OLE color: 14533855.

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

Color convert

RGB223196221-
CMYK00.120.010.13
HSL304.44º29.67%82.16%-
HSV(B)304.44º12.11%87.45%-
XYZ63.2260.3976.73-
YUV206.92135.95139.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=34.84%
G=30.62%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319622100.120.010.13304.4429.6782.16
HexDFC4DD0C1D1301e52
Octal33730433501411546036122
Binary1101111111000100110111010110011101100110000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4DD; }

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

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

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

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

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

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

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

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