#DDCDF8

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

Shades of Fog #DDCDF8

Tints of Fog #DDCDF8

Color information

#DDCDF8 (or 0xDDCDF8) is unknown color: approx Fog. HEX triplet: DD, CD and F8. RGB value is (221,205,248). Sum of RGB (Red+Green+Blue) = 221+205+248=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF8 is #223207. Grayscale: #D6D6D6. Windows color (decimal): -2241032 or 16305629. OLE color: 16305629.

HSL color Cylindrical-coordinate representation of color #DDCDF8: hue angle of 262.33º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCDF8 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221205248-
CMYK0.110.1700.03
HSL262.33º75.44%88.82%-
HSV(B)262.33º17.34%97.25%-
XYZ68.5965.8197.89-
YUV214.69146.8132.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 248 (97.27% from 255) = 36.80%
R=32.79%
G=30.42%
B=36.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212052480.110.1700.03262.3375.4488.82
HexDDCDF8B11031064b59
Octal335315370132103406113131
Binary11011101110011011111100010111000101110000011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDF8; }

 p { color: rgb(221,205,248); }

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

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

 a { background-color: rgb(221,205,248); }

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

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

 span { border-color: rgb(221,205,248); }

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