#DDF2E7

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

Shades of White Ice #DDF2E7

Tints of White Ice #DDF2E7

Color information

#DDF2E7 (or 0xDDF2E7) is unknown color: approx White Ice. HEX triplet: DD, F2 and E7. RGB value is (221,242,231). Sum of RGB (Red+Green+Blue) = 221+242+231=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2E7 is #220D18. Grayscale: #EAEAEA. Windows color (decimal): -2231577 or 15200989. OLE color: 15200989.

HSL color Cylindrical-coordinate representation of color #DDF2E7: hue angle of 148.57º 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 #DDF2E7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB221242231-
CMYK0.0900.050.05
HSL148.57º44.68%90.78%-
HSV(B)148.57º8.68%94.9%-
XYZ75.9984.6587.93-
YUV234.47126.04118.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 231 (90.62% from 255) = 33.29%
R=31.84%
G=34.87%
B=33.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422310.0900.050.05148.5744.6890.78
HexDDF2E79055952d5b
Octal3353623471105522555133
Binary11011101111100101110011110010101101100101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E7; }

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

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

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

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

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

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

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

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