#DFCCF0

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

Shades of Fog #DFCCF0

Tints of Fog #DFCCF0

Color information

#DFCCF0 (or 0xDFCCF0) is unknown color: approx Fog. HEX triplet: DF, CC and F0. RGB value is (223,204,240). Sum of RGB (Red+Green+Blue) = 223+204+240=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCF0 is #20330F. Grayscale: #D5D5D5. Windows color (decimal): -2110224 or 15781087. OLE color: 15781087.

HSL color Cylindrical-coordinate representation of color #DFCCF0: hue angle of 271.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCCF0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223204240-
CMYK0.070.1500.06
HSL271.67º54.55%87.06%-
HSV(B)271.67º15%94.12%-
XYZ67.7565.1691.45-
YUV213.78142.79134.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=33.43%
G=30.58%
B=35.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232042400.070.1500.06271.6754.5587.06
HexDFCCF07F061103757
Octal3373143607170642067127
Binary110111111100110011110000111111101101000100001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCF0; }

 p { color: rgb(223,204,240); }

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

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

 a { background-color: rgb(223,204,240); }

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

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

 span { border-color: rgb(223,204,240); }

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