#DFC4DC

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

Shades of Thistle #DFC4DC

Tints of Thistle #DFC4DC

Color information

#DFC4DC (or 0xDFC4DC) is unknown color: approx Thistle. HEX triplet: DF, C4 and DC. RGB value is (223,196,220). Sum of RGB (Red+Green+Blue) = 223+196+220=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4DC is #203B23. Grayscale: #CECECE. Windows color (decimal): -2112292 or 14468319. OLE color: 14468319.

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

Color convert

RGB223196220-
CMYK00.120.010.13
HSL306.67º29.67%82.16%-
HSV(B)306.67º12.11%87.45%-
XYZ63.0960.3476.03-
YUV206.81135.45139.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=34.90%
G=30.67%
B=34.43%

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
Decimal22319622000.120.010.13306.6729.6782.16
HexDFC4DC0C1D1331e52
Octal33730433401411546336122
Binary1101111111000100110111000110011101100110011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4DC; }

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

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

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

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

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

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

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

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