#DFCCF2

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

Shades of Fog #DFCCF2

Tints of Fog #DFCCF2

Color information

#DFCCF2 (or 0xDFCCF2) is unknown color: approx Fog. HEX triplet: DF, CC and F2. RGB value is (223,204,242). Sum of RGB (Red+Green+Blue) = 223+204+242=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCF2 is #20330D. Grayscale: #D5D5D5. Windows color (decimal): -2110222 or 15912159. OLE color: 15912159.

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

Color convert

RGB223204242-
CMYK0.080.1600.05
HSL270º59.38%87.45%-
HSV(B)270º15.7%94.9%-
XYZ68.0565.2893.02-
YUV214.01143.79134.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 242 (94.92% from 255) = 36.17%
R=33.33%
G=30.49%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232042420.080.1600.0527059.3887.45
HexDFCCF28100510e3b57
Octal33731436210200541673127
Binary11011111110011001111001010001000001011000011101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCF2; }

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

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

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

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

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

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

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

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