#DAEEE4

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

Shades of White Ice #DAEEE4

Tints of White Ice #DAEEE4

Color information

#DAEEE4 (or 0xDAEEE4) is unknown color: approx White Ice. HEX triplet: DA, EE and E4. RGB value is (218,238,228). Sum of RGB (Red+Green+Blue) = 218+238+228=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE4 is #25111B. Grayscale: #E6E6E6. Windows color (decimal): -2429212 or 15003354. OLE color: 15003354.

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

Color convert

RGB218238228-
CMYK0.0800.040.07
HSL150º37.04%89.41%-
HSV(B)150º8.4%93.33%-
XYZ73.4981.6685.29-
YUV230.88126.37118.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=31.87%
G=34.80%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382280.0800.040.0715037.0489.41
HexDAEEE48047962559
Octal3323563441004722645131
Binary11011010111011101110010010000100111100101101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEE4; }

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

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

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

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

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

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

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

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