#DDCDF0

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

Shades of Fog #DDCDF0

Tints of Fog #DDCDF0

Color information

#DDCDF0 (or 0xDDCDF0) is unknown color: approx Fog. HEX triplet: DD, CD and F0. RGB value is (221,205,240). Sum of RGB (Red+Green+Blue) = 221+205+240=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF0 is #22320F. Grayscale: #D5D5D5. Windows color (decimal): -2241040 or 15781341. OLE color: 15781341.

HSL color Cylindrical-coordinate representation of color #DDCDF0: hue angle of 267.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCDF0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221205240-
CMYK0.080.1500.06
HSL267.43º53.85%87.25%-
HSV(B)267.43º14.58%94.12%-
XYZ67.3865.3391.5-
YUV213.77142.8133.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=33.18%
G=30.78%
B=36.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212052400.080.1500.06267.4353.8587.25
HexDDCDF08F0610b3657
Octal33531536010170641366127
Binary1101110111001101111100001000111101101000010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDF0; }

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

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

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

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

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

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

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

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