#DFCEF2

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

Shades of Fog #DFCEF2

Tints of Fog #DFCEF2

Color information

#DFCEF2 (or 0xDFCEF2) is unknown color: approx Fog. HEX triplet: DF, CE and F2. RGB value is (223,206,242). Sum of RGB (Red+Green+Blue) = 223+206+242=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF2 is #20310D. Grayscale: #D7D7D7. Windows color (decimal): -2109710 or 15912671. OLE color: 15912671.

HSL color Cylindrical-coordinate representation of color #DFCEF2: hue angle of 268.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCEF2 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223206242-
CMYK0.080.1500.05
HSL268.33º58.06%87.84%-
HSV(B)268.33º14.88%94.9%-
XYZ68.5366.2493.18-
YUV215.19143.13133.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=33.23%
G=30.70%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232062420.080.1500.05268.3358.0687.84
HexDFCEF28F0510c3a58
Octal33731636210170541472130
Binary1101111111001110111100101000111101011000011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEF2; }

 p { color: rgb(223,206,242); }

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

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

 a { background-color: rgb(223,206,242); }

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

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

 span { border-color: rgb(223,206,242); }

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