#DAF9E8

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

Shades of White Ice #DAF9E8

Tints of White Ice #DAF9E8

Color information

#DAF9E8 (or 0xDAF9E8) is unknown color: approx White Ice. HEX triplet: DA, F9 and E8. RGB value is (218,249,232). Sum of RGB (Red+Green+Blue) = 218+249+232=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 249 (97.66% from 255 or 35.62% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9E8 is #250617. Grayscale: #EDEDED. Windows color (decimal): -2426392 or 15268314. OLE color: 15268314.

HSL color Cylindrical-coordinate representation of color #DAF9E8: hue angle of 147.1º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9E8 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB218249232-
CMYK0.1200.070.02
HSL147.1º72.09%91.57%-
HSV(B)147.1º12.45%97.65%-
XYZ77.3588.4889.35-
YUV237.79124.73113.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 249 (97.66% from 255) = 35.62%
BLUE value IS 232 (91.02% from 255) = 33.19%
R=31.19%
G=35.62%
B=33.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492320.1200.070.02147.172.0991.57
HexDAF9E8C07293485c
Octal33237135014072223110134
Binary11011010111110011110100011000111101001001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9E8; }

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

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

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

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

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

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

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

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