#DFCEF7

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

Shades of Fog #DFCEF7

Tints of Fog #DFCEF7

Color information

#DFCEF7 (or 0xDFCEF7) is unknown color: approx Fog. HEX triplet: DF, CE and F7. RGB value is (223,206,247). Sum of RGB (Red+Green+Blue) = 223+206+247=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFCEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF7 is #203108. Grayscale: #D7D7D7. Windows color (decimal): -2109705 or 16240351. OLE color: 16240351.

HSL color Cylindrical-coordinate representation of color #DFCEF7: hue angle of 264.88º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFCEF7 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223206247-
CMYK0.100.1700.03
HSL264.88º71.93%88.82%-
HSV(B)264.88º16.6%96.86%-
XYZ69.2966.5597.19-
YUV215.76145.63133.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=32.99%
G=30.47%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232062470.100.1700.03264.8871.9388.82
HexDFCEF7A11031094859
Octal337316367122103411110131
Binary11011111110011101111011110101000101110000100110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEF7; }

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

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

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

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

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

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

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

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