#DFCCF8

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

Shades of Fog #DFCCF8

Tints of Fog #DFCCF8

Color information

#DFCCF8 (or 0xDFCCF8) is unknown color: approx Fog. HEX triplet: DF, CC and F8. RGB value is (223,204,248). Sum of RGB (Red+Green+Blue) = 223+204+248=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFCCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCF8 is #203307. Grayscale: #D6D6D6. Windows color (decimal): -2110216 or 16305375. OLE color: 16305375.

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

Color convert

RGB223204248-
CMYK0.100.1800.03
HSL265.91º75.86%88.63%-
HSV(B)265.91º17.74%97.25%-
XYZ68.9765.6597.84-
YUV214.7146.79133.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 248 (97.27% from 255) = 36.74%
R=33.04%
G=30.22%
B=36.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232042480.100.1800.03265.9175.8688.63
HexDFCCF8A120310a4c59
Octal337314370122203412114131
Binary11011111110011001111100010101001001110000101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCF8; }

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

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

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

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

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

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

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

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