#DAF1E8

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

Shades of White Ice #DAF1E8

Tints of White Ice #DAF1E8

Color information

#DAF1E8 (or 0xDAF1E8) is unknown color: approx White Ice. HEX triplet: DA, F1 and E8. RGB value is (218,241,232). Sum of RGB (Red+Green+Blue) = 218+241+232=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1E8 is #250E17. Grayscale: #E9E9E9. Windows color (decimal): -2428440 or 15266266. OLE color: 15266266.

HSL color Cylindrical-coordinate representation of color #DAF1E8: hue angle of 156.52º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1E8 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB218241232-
CMYK0.1000.040.05
HSL156.52º45.1%90%-
HSV(B)156.52º9.54%94.51%-
XYZ74.9383.6488.54-
YUV233.1127.38117.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=31.55%
G=34.88%
B=33.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412320.1000.040.05156.5245.190
HexDAF1E8A0459d2d5a
Octal3323613501204523555132
Binary11011010111100011110100010100100101100111011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1E8; }

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

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

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

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

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

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

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

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