#DEEEE7

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

Shades of White Ice #DEEEE7

Tints of White Ice #DEEEE7

Color information

#DEEEE7 (or 0xDEEEE7) is unknown color: approx White Ice. HEX triplet: DE, EE and E7. RGB value is (222,238,231). Sum of RGB (Red+Green+Blue) = 222+238+231=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEE7 is #211118. Grayscale: #E8E8E8. Windows color (decimal): -2167065 or 15199966. OLE color: 15199966.

HSL color Cylindrical-coordinate representation of color #DEEEE7: hue angle of 153.75º degrees, saturation: 0.32, 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 #DEEEE7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB222238231-
CMYK0.0700.030.07
HSL153.75º32%90.2%-
HSV(B)153.75º6.72%93.33%-
XYZ75.1282.4587.56-
YUV232.42127.2120.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.13%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=32.13%
G=34.44%
B=33.43%

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
Decimal2222382310.0700.030.07153.753290.2
HexDEEEE770379a205a
Octal336356347703723240132
Binary110111101110111011100111111011111100110101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEE7; }

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

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

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

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

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

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

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

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