#DFC6F0

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

Shades of Fog #DFC6F0

Tints of Fog #DFC6F0

Color information

#DFC6F0 (or 0xDFC6F0) is unknown color: approx Fog. HEX triplet: DF, C6 and F0. RGB value is (223,198,240). Sum of RGB (Red+Green+Blue) = 223+198+240=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6F0 is #20390F. Grayscale: #D2D2D2. Windows color (decimal): -2111760 or 15779551. OLE color: 15779551.

HSL color Cylindrical-coordinate representation of color #DFC6F0: hue angle of 275.71º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC6F0 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223198240-
CMYK0.070.1800.06
HSL275.71º58.33%85.88%-
HSV(B)275.71º17.5%94.12%-
XYZ66.3562.3790.98-
YUV210.26144.78137.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 198 (77.73% from 255) = 29.95%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=33.74%
G=29.95%
B=36.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231982400.070.1800.06275.7158.3385.88
HexDFC6F0712061143a56
Octal3373063607220642472126
Binary1101111111000110111100001111001001101000101001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6F0; }

 p { color: rgb(223,198,240); }

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

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

 a { background-color: rgb(223,198,240); }

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

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

 span { border-color: rgb(223,198,240); }

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