#DFC8F9

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

Shades of Fog #DFC8F9

Tints of Fog #DFC8F9

Color information

#DFC8F9 (or 0xDFC8F9) is unknown color: approx Fog. HEX triplet: DF, C8 and F9. RGB value is (223,200,249). Sum of RGB (Red+Green+Blue) = 223+200+249=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8F9 is #203706. Grayscale: #D4D4D4. Windows color (decimal): -2111239 or 16369887. OLE color: 16369887.

HSL color Cylindrical-coordinate representation of color #DFC8F9: hue angle of 268.16º degrees, saturation: 0.8, 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 #DFC8F9 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223200249-
CMYK0.100.2000.02
HSL268.16º80.33%88.04%-
HSV(B)268.16º19.68%97.65%-
XYZ68.1863.8498.35-
YUV212.46148.62135.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 200 (78.52% from 255) = 29.76%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=33.18%
G=29.76%
B=37.05%

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
Decimal2232002490.100.2000.02268.1680.3388.04
HexDFC8F9A140210c5058
Octal337310371122402414120130
Binary11011111110010001111100110101010001010000110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8F9; }

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

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

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

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

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

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

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

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