#DDF3E9

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

Shades of White Ice #DDF3E9

Tints of White Ice #DDF3E9

Color information

#DDF3E9 (or 0xDDF3E9) is unknown color: approx White Ice. HEX triplet: DD, F3 and E9. RGB value is (221,243,233). Sum of RGB (Red+Green+Blue) = 221+243+233=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3E9 is #220C16. Grayscale: #EBEBEB. Windows color (decimal): -2231319 or 15332317. OLE color: 15332317.

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

Color convert

RGB221243233-
CMYK0.0900.040.05
HSL152.73º47.83%90.98%-
HSV(B)152.73º9.05%95.29%-
XYZ76.5885.3689.53-
YUV235.28126.71117.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 243 (95.31% from 255) = 34.86%
BLUE value IS 233 (91.41% from 255) = 33.43%
R=31.71%
G=34.86%
B=33.43%

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
Decimal2212432330.0900.040.05152.7347.8390.98
HexDDF3E9904599305b
Octal3353633511104523160133
Binary11011101111100111110100110010100101100110011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3E9; }

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

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

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

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

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

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

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

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