#DFCCFC

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

Shades of Fog #DFCCFC

Tints of Fog #DFCCFC

Color information

#DFCCFC (or 0xDFCCFC) is unknown color: approx Fog. HEX triplet: DF, CC and FC. RGB value is (223,204,252). Sum of RGB (Red+Green+Blue) = 223+204+252=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCFC is #203303. Grayscale: #D6D6D6. Windows color (decimal): -2110212 or 16567519. OLE color: 16567519.

HSL color Cylindrical-coordinate representation of color #DFCCFC: hue angle of 263.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCCFC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223204252-
CMYK0.120.1900.01
HSL263.75º88.89%89.41%-
HSV(B)263.75º19.05%98.82%-
XYZ69.5965.9101.15-
YUV215.15148.79133.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=32.84%
G=30.04%
B=37.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232042520.120.1900.01263.7588.8989.41
HexDFCCFCC13011085959
Octal337314374142301410131131
Binary1101111111001100111111001100100110110000100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCFC; }

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

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

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

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

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

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

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

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