#DDCDF9

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

Shades of Fog #DDCDF9

Tints of Fog #DDCDF9

Color information

#DDCDF9 (or 0xDDCDF9) is unknown color: approx Fog. HEX triplet: DD, CD and F9. RGB value is (221,205,249). Sum of RGB (Red+Green+Blue) = 221+205+249=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF9 is #223206. Grayscale: #D6D6D6. Windows color (decimal): -2241031 or 16371165. OLE color: 16371165.

HSL color Cylindrical-coordinate representation of color #DDCDF9: hue angle of 261.82º 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 #DDCDF9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221205249-
CMYK0.110.1800.02
HSL261.82º78.57%89.02%-
HSV(B)261.82º17.67%97.65%-
XYZ68.7565.8798.71-
YUV214.8147.3132.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=32.74%
G=30.37%
B=36.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212052490.110.1800.02261.8278.5789.02
HexDDCDF9B12021064f59
Octal335315371132202406117131
Binary11011101110011011111100110111001001010000011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDF9; }

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

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

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

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

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

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

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

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