#DDF2E9

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

Shades of White Ice #DDF2E9

Tints of White Ice #DDF2E9

Color information

#DDF2E9 (or 0xDDF2E9) is unknown color: approx White Ice. HEX triplet: DD, F2 and E9. RGB value is (221,242,233). Sum of RGB (Red+Green+Blue) = 221+242+233=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2E9 is #220D16. Grayscale: #EAEAEA. Windows color (decimal): -2231575 or 15332061. OLE color: 15332061.

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

Color convert

RGB221242233-
CMYK0.0900.040.05
HSL154.29º44.68%90.78%-
HSV(B)154.29º8.68%94.9%-
XYZ76.2884.7689.43-
YUV234.7127.04118.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 233 (91.41% from 255) = 33.48%
R=31.75%
G=34.77%
B=33.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422330.0900.040.05154.2944.6890.78
HexDDF2E990459a2d5b
Octal3353623511104523255133
Binary11011101111100101110100110010100101100110101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E9; }

 p { color: rgb(221,242,233); }

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

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

 a { background-color: rgb(221,242,233); }

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

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

 span { border-color: rgb(221,242,233); }

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