#DDF8EB

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

Shades of White Ice #DDF8EB

Tints of White Ice #DDF8EB

Color information

#DDF8EB (or 0xDDF8EB) is unknown color: approx White Ice. HEX triplet: DD, F8 and EB. RGB value is (221,248,235). Sum of RGB (Red+Green+Blue) = 221+248+235=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8EB is #220714. Grayscale: #EEEEEE. Windows color (decimal): -2230037 or 15464669. OLE color: 15464669.

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

Color convert

RGB221248235-
CMYK0.1100.050.03
HSL151.11º65.85%91.96%-
HSV(B)151.11º10.89%97.25%-
XYZ78.3888.5191.55-
YUV238.44126.05115.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=31.39%
G=35.23%
B=33.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212482350.1100.050.03151.1165.8591.96
HexDDF8EBB05397425c
Octal33537035313053227102134
Binary11011101111110001110101110110101111001011110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8EB; }

 p { color: rgb(221,248,235); }

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

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

 a { background-color: rgb(221,248,235); }

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

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

 span { border-color: rgb(221,248,235); }

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