#DAEEE6

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

Shades of White Ice #DAEEE6

Tints of White Ice #DAEEE6

Color information

#DAEEE6 (or 0xDAEEE6) is unknown color: approx White Ice. HEX triplet: DA, EE and E6. RGB value is (218,238,230). Sum of RGB (Red+Green+Blue) = 218+238+230=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEE6 is #251119. Grayscale: #E7E7E7. Windows color (decimal): -2429210 or 15134426. OLE color: 15134426.

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

Color convert

RGB218238230-
CMYK0.0800.030.07
HSL156º37.04%89.41%-
HSV(B)156º8.4%93.33%-
XYZ73.7781.7786.76-
YUV231.11127.37118.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=31.78%
G=34.69%
B=33.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382300.0800.030.0715637.0489.41
HexDAEEE680379c2559
Octal3323563461003723445131
Binary1101101011101110111001101000011111100111001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEE6; }

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

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

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

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

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

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

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

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