#DDEEE7

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

Shades of White Ice #DDEEE7

Tints of White Ice #DDEEE7

Color information

#DDEEE7 (or 0xDDEEE7) is unknown color: approx White Ice. HEX triplet: DD, EE and E7. RGB value is (221,238,231). Sum of RGB (Red+Green+Blue) = 221+238+231=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEE7 is #221118. Grayscale: #E8E8E8. Windows color (decimal): -2232601 or 15199965. OLE color: 15199965.

HSL color Cylindrical-coordinate representation of color #DDEEE7: hue angle of 155.29º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEE7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB221238231-
CMYK0.0700.030.07
HSL155.29º33.33%90%-
HSV(B)155.29º7.14%93.33%-
XYZ74.8282.2987.54-
YUV232.12127.37120.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=32.03%
G=34.49%
B=33.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382310.0700.030.07155.2933.3390
HexDDEEE770379b215a
Octal335356347703723341132
Binary110111011110111011100111111011111100110111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEE7; }

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

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

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

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

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

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

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

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