#DFC6F1

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

Shades of Fog #DFC6F1

Tints of Fog #DFC6F1

Color information

#DFC6F1 (or 0xDFC6F1) is unknown color: approx Fog. HEX triplet: DF, C6 and F1. RGB value is (223,198,241). Sum of RGB (Red+Green+Blue) = 223+198+241=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6F1 is #20390E. Grayscale: #D2D2D2. Windows color (decimal): -2111759 or 15845087. OLE color: 15845087.

HSL color Cylindrical-coordinate representation of color #DFC6F1: hue angle of 274.88º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFC6F1 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223198241-
CMYK0.070.1800.05
HSL274.88º60.56%86.08%-
HSV(B)274.88º17.84%94.51%-
XYZ66.562.4391.76-
YUV210.38145.28137-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 198 (77.73% from 255) = 29.91%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=33.69%
G=29.91%
B=36.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231982410.070.1800.05274.8860.5686.08
HexDFC6F1712051133d56
Octal3373063617220542375126
Binary1101111111000110111100011111001001011000100111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6F1; }

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

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

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

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

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

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

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

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