#DDF4EC

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

Shades of Clear Day #DDF4EC

Tints of Clear Day #DDF4EC

Color information

#DDF4EC (or 0xDDF4EC) is unknown color: approx Clear Day. HEX triplet: DD, F4 and EC. RGB value is (221,244,236). Sum of RGB (Red+Green+Blue) = 221+244+236=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4EC is #220B13. Grayscale: #ECECEC. Windows color (decimal): -2231060 or 15529181. OLE color: 15529181.

HSL color Cylindrical-coordinate representation of color #DDF4EC: hue angle of 159.13º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4EC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB221244236-
CMYK0.0900.030.04
HSL159.13º51.11%91.18%-
HSV(B)159.13º9.43%95.69%-
XYZ77.3186.1391.91-
YUV236.21127.88117.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=31.53%
G=34.81%
B=33.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212442360.0900.030.04159.1351.1191.18
HexDDF4EC90349f335b
Octal3353643541103423763133
Binary1101110111110100111011001001011100100111111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4EC; }

 p { color: rgb(221,244,236); }

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

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

 a { background-color: rgb(221,244,236); }

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

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

 span { border-color: rgb(221,244,236); }

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