#DFC7F9

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

Shades of Fog #DFC7F9

Tints of Fog #DFC7F9

Color information

#DFC7F9 (or 0xDFC7F9) is unknown color: approx Fog. HEX triplet: DF, C7 and F9. RGB value is (223,199,249). Sum of RGB (Red+Green+Blue) = 223+199+249=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7F9 is #203806. Grayscale: #D3D3D3. Windows color (decimal): -2111495 or 16369631. OLE color: 16369631.

HSL color Cylindrical-coordinate representation of color #DFC7F9: hue angle of 268.8º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC7F9 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223199249-
CMYK0.100.2000.02
HSL268.8º80.65%87.84%-
HSV(B)268.8º20.08%97.65%-
XYZ67.9563.3798.27-
YUV211.88148.95135.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=33.23%
G=29.66%
B=37.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231992490.100.2000.02268.880.6587.84
HexDFC7F9A140210d5158
Octal337307371122402415121130
Binary11011111110001111111100110101010001010000110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7F9; }

 p { color: rgb(223,199,249); }

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

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

 a { background-color: rgb(223,199,249); }

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

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

 span { border-color: rgb(223,199,249); }

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