#DEEEE6

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

Shades of White Ice #DEEEE6

Tints of White Ice #DEEEE6

Color information

#DEEEE6 (or 0xDEEEE6) is unknown color: approx White Ice. HEX triplet: DE, EE and E6. RGB value is (222,238,230). Sum of RGB (Red+Green+Blue) = 222+238+230=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEE6 is #211119. Grayscale: #E8E8E8. Windows color (decimal): -2167066 or 15134430. OLE color: 15134430.

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

Color convert

RGB222238230-
CMYK0.0700.030.07
HSL150º32%90.2%-
HSV(B)150º6.72%93.33%-
XYZ74.9882.3986.81-
YUV232.3126.7120.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=32.17%
G=34.49%
B=33.33%

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
Decimal2222382300.0700.030.071503290.2
HexDEEEE6703796205a
Octal336356346703722640132
Binary110111101110111011100110111011111100101101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEE6; }

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

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

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

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

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

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

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

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