#DDF9EC

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

Shades of White Ice #DDF9EC

Tints of White Ice #DDF9EC

Color information

#DDF9EC (or 0xDDF9EC) is unknown color: approx White Ice. HEX triplet: DD, F9 and EC. RGB value is (221,249,236). Sum of RGB (Red+Green+Blue) = 221+249+236=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9EC is #220613. Grayscale: #EFEFEF. Windows color (decimal): -2229780 or 15530461. OLE color: 15530461.

HSL color Cylindrical-coordinate representation of color #DDF9EC: hue angle of 152.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9EC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB221249236-
CMYK0.1100.050.02
HSL152.14º70%92.16%-
HSV(B)152.14º11.24%97.65%-
XYZ78.8389.1892.42-
YUV239.15126.22115.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=31.30%
G=35.27%
B=33.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492360.1100.050.02152.147092.16
HexDDF9ECB05298465c
Octal33537135413052230106134
Binary11011101111110011110110010110101101001100010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9EC; }

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

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

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

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

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

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

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

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