#DFCDF1

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

Shades of Fog #DFCDF1

Tints of Fog #DFCDF1

Color information

#DFCDF1 (or 0xDFCDF1) is unknown color: approx Fog. HEX triplet: DF, CD and F1. RGB value is (223,205,241). Sum of RGB (Red+Green+Blue) = 223+205+241=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDF1 is #20320E. Grayscale: #D6D6D6. Windows color (decimal): -2109967 or 15846879. OLE color: 15846879.

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

Color convert

RGB223205241-
CMYK0.070.1500.05
HSL270º56.25%87.45%-
HSV(B)270º14.94%94.51%-
XYZ68.1465.792.31-
YUV214.49142.96134.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=33.33%
G=30.64%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232052410.070.1500.0527056.2587.45
HexDFCDF17F0510e3857
Octal3373153617170541670127
Binary110111111100110111110001111111101011000011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDF1; }

 p { color: rgb(223,205,241); }

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

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

 a { background-color: rgb(223,205,241); }

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

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

 span { border-color: rgb(223,205,241); }

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