#DAF8E7

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

Shades of White Ice #DAF8E7

Tints of White Ice #DAF8E7

Color information

#DAF8E7 (or 0xDAF8E7) is unknown color: approx White Ice. HEX triplet: DA, F8 and E7. RGB value is (218,248,231). Sum of RGB (Red+Green+Blue) = 218+248+231=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8E7 is #250718. Grayscale: #EDEDED. Windows color (decimal): -2426649 or 15202522. OLE color: 15202522.

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

Color convert

RGB218248231-
CMYK0.1200.070.03
HSL146º68.18%91.37%-
HSV(B)146º12.1%97.25%-
XYZ76.987.8188.5-
YUV237.09124.56114.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.28%
GREEN value IS 248 (97.27% from 255) = 35.58%
BLUE value IS 231 (90.62% from 255) = 33.14%
R=31.28%
G=35.58%
B=33.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482310.1200.070.0314668.1891.37
HexDAF8E7C07392445b
Octal33237034714073222104133
Binary11011010111110001110011111000111111001001010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8E7; }

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

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

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

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

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

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

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

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