#DFCEF6

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

Shades of Fog #DFCEF6

Tints of Fog #DFCEF6

Color information

#DFCEF6 (or 0xDFCEF6) is unknown color: approx Fog. HEX triplet: DF, CE and F6. RGB value is (223,206,246). Sum of RGB (Red+Green+Blue) = 223+206+246=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEF6 is #203109. Grayscale: #D7D7D7. Windows color (decimal): -2109706 or 16174815. OLE color: 16174815.

HSL color Cylindrical-coordinate representation of color #DFCEF6: hue angle of 265.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCEF6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223206246-
CMYK0.090.1600.04
HSL265.5º68.97%88.63%-
HSV(B)265.5º16.26%96.47%-
XYZ69.1466.4896.38-
YUV215.64145.13133.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=33.04%
G=30.52%
B=36.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232062460.090.1600.04265.568.9788.63
HexDFCEF69100410a4559
Octal337316366112004412105131
Binary110111111100111011110110100110000010010000101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEF6; }

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

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

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

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

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

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

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

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