#DAEFE3

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

Shades of White Ice #DAEFE3

Tints of White Ice #DAEFE3

Color information

#DAEFE3 (or 0xDAEFE3) is unknown color: approx White Ice. HEX triplet: DA, EF and E3. RGB value is (218,239,227). Sum of RGB (Red+Green+Blue) = 218+239+227=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFE3 is #25101C. Grayscale: #E7E7E7. Windows color (decimal): -2428957 or 14938074. OLE color: 14938074.

HSL color Cylindrical-coordinate representation of color #DAEFE3: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFE3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB218239227-
CMYK0.0900.050.06
HSL145.71º39.62%89.61%-
HSV(B)145.71º8.79%93.73%-
XYZ73.6582.1884.65-
YUV231.35125.54118.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=31.87%
G=34.94%
B=33.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392270.0900.050.06145.7139.6289.61
HexDAEFE3905692285a
Octal3323573431105622250132
Binary11011010111011111110001110010101110100100101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFE3; }

 p { color: rgb(218,239,227); }

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

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

 a { background-color: rgb(218,239,227); }

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

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

 span { border-color: rgb(218,239,227); }

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