#DAEEE5

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

Shades of White Ice #DAEEE5

Tints of White Ice #DAEEE5

Color information

#DAEEE5 (or 0xDAEEE5) is unknown color: approx White Ice. HEX triplet: DA, EE and E5. RGB value is (218,238,229). Sum of RGB (Red+Green+Blue) = 218+238+229=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEE5 is #25111A. Grayscale: #E7E7E7. Windows color (decimal): -2429211 or 15068890. OLE color: 15068890.

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

Color convert

RGB218238229-
CMYK0.0800.040.07
HSL153º37.04%89.41%-
HSV(B)153º8.4%93.33%-
XYZ73.6381.7186.02-
YUV230.99126.87118.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=31.82%
G=34.74%
B=33.43%

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
Decimal2182382290.0800.040.0715337.0489.41
HexDAEEE58047992559
Octal3323563451004723145131
Binary11011010111011101110010110000100111100110011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEE5; }

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

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

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

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

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

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

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

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