#DFCDF9

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

Shades of Fog #DFCDF9

Tints of Fog #DFCDF9

Color information

#DFCDF9 (or 0xDFCDF9) is unknown color: approx Fog. HEX triplet: DF, CD and F9. RGB value is (223,205,249). Sum of RGB (Red+Green+Blue) = 223+205+249=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDF9 is #203206. Grayscale: #D7D7D7. Windows color (decimal): -2109959 or 16371167. OLE color: 16371167.

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

Color convert

RGB223205249-
CMYK0.100.1800.02
HSL264.55º78.57%89.02%-
HSV(B)264.55º17.67%97.65%-
XYZ69.3666.1998.74-
YUV215.4146.96133.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=32.94%
G=30.28%
B=36.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232052490.100.1800.02264.5578.5789.02
HexDFCDF9A12021094f59
Octal337315371122202411117131
Binary11011111110011011111100110101001001010000100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDF9; }

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

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

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

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

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

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

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

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