#DFCCF4

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

Shades of Fog #DFCCF4

Tints of Fog #DFCCF4

Color information

#DFCCF4 (or 0xDFCCF4) is unknown color: approx Fog. HEX triplet: DF, CC and F4. RGB value is (223,204,244). Sum of RGB (Red+Green+Blue) = 223+204+244=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFCCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCF4 is #20330B. Grayscale: #D6D6D6. Windows color (decimal): -2110220 or 16043231. OLE color: 16043231.

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

Color convert

RGB223204244-
CMYK0.090.1600.04
HSL268.5º64.52%87.84%-
HSV(B)268.5º16.39%95.69%-
XYZ68.3565.4194.61-
YUV214.24144.79134.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=33.23%
G=30.40%
B=36.36%

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
Decimal2232042440.090.1600.04268.564.5287.84
HexDFCCF49100410c4158
Octal337314364112004414101130
Binary110111111100110011110100100110000010010000110010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCF4; }

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

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

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

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

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

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

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

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