#DAEEE2

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

Shades of White Ice #DAEEE2

Tints of White Ice #DAEEE2

Color information

#DAEEE2 (or 0xDAEEE2) is unknown color: approx White Ice. HEX triplet: DA, EE and E2. RGB value is (218,238,226). Sum of RGB (Red+Green+Blue) = 218+238+226=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE2 is #25111D. Grayscale: #E6E6E6. Windows color (decimal): -2429214 or 14872282. OLE color: 14872282.

HSL color Cylindrical-coordinate representation of color #DAEEE2: hue angle of 144º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB218238226-
CMYK0.0800.050.07
HSL144º37.04%89.41%-
HSV(B)144º8.4%93.33%-
XYZ73.2281.5583.83-
YUV230.65125.37118.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=31.96%
G=34.90%
B=33.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382260.0800.050.0714437.0489.41
HexDAEEE28057902559
Octal3323563421005722045131
Binary11011010111011101110001010000101111100100001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEE2; }

 p { color: rgb(218,238,226); }

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

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

 a { background-color: rgb(218,238,226); }

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

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

 span { border-color: rgb(218,238,226); }

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