#DAEFE4

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

Shades of White Ice #DAEFE4

Tints of White Ice #DAEFE4

Color information

#DAEFE4 (or 0xDAEFE4) is unknown color: approx White Ice. HEX triplet: DA, EF and E4. RGB value is (218,239,228). Sum of RGB (Red+Green+Blue) = 218+239+228=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFE4 is #25101B. Grayscale: #E7E7E7. Windows color (decimal): -2428956 or 15003610. OLE color: 15003610.

HSL color Cylindrical-coordinate representation of color #DAEFE4: hue angle of 148.57º 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 #DAEFE4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB218239228-
CMYK0.0900.050.06
HSL148.57º39.62%89.61%-
HSV(B)148.57º8.79%93.73%-
XYZ73.7882.2485.38-
YUV231.47126.04118.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=31.82%
G=34.89%
B=33.28%

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
Decimal2182392280.0900.050.06148.5739.6289.61
HexDAEFE4905695285a
Octal3323573441105622550132
Binary11011010111011111110010010010101110100101011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFE4; }

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

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

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

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

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

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

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

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