#DFCDF5

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

Shades of Fog #DFCDF5

Tints of Fog #DFCDF5

Color information

#DFCDF5 (or 0xDFCDF5) is unknown color: approx Fog. HEX triplet: DF, CD and F5. RGB value is (223,205,245). Sum of RGB (Red+Green+Blue) = 223+205+245=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDF5 is #20320A. Grayscale: #D6D6D6. Windows color (decimal): -2109963 or 16109023. OLE color: 16109023.

HSL color Cylindrical-coordinate representation of color #DFCDF5: hue angle of 267º degrees, saturation: 0.67, 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 #DFCDF5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223205245-
CMYK0.090.1600.04
HSL267º66.67%88.24%-
HSV(B)267º16.33%96.08%-
XYZ68.7465.9495.49-
YUV214.94144.96133.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 245 (96.09% from 255) = 36.40%
R=33.14%
G=30.46%
B=36.40%

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
Decimal2232052450.090.1600.0426766.6788.24
HexDFCDF59100410b4358
Octal337315365112004413103130
Binary110111111100110111110101100110000010010000101110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDF5; }

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

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

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

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

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

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

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

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