#DAF8E8

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

Shades of White Ice #DAF8E8

Tints of White Ice #DAF8E8

Color information

#DAF8E8 (or 0xDAF8E8) is unknown color: approx White Ice. HEX triplet: DA, F8 and E8. RGB value is (218,248,232). Sum of RGB (Red+Green+Blue) = 218+248+232=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8E8 is #250717. Grayscale: #EDEDED. Windows color (decimal): -2426648 or 15268058. OLE color: 15268058.

HSL color Cylindrical-coordinate representation of color #DAF8E8: hue angle of 148º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8E8 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB218248232-
CMYK0.1200.060.03
HSL148º68.18%91.37%-
HSV(B)148º12.1%97.25%-
XYZ77.0587.8789.24-
YUV237.21125.06114.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 248 (97.27% from 255) = 35.53%
BLUE value IS 232 (91.02% from 255) = 33.24%
R=31.23%
G=35.53%
B=33.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482320.1200.060.0314868.1891.37
HexDAF8E8C06394445b
Octal33237035014063224104133
Binary11011010111110001110100011000110111001010010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8E8; }

 p { color: rgb(218,248,232); }

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

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

 a { background-color: rgb(218,248,232); }

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

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

 span { border-color: rgb(218,248,232); }

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