#DAF1E5

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

Shades of White Ice #DAF1E5

Tints of White Ice #DAF1E5

Color information

#DAF1E5 (or 0xDAF1E5) is unknown color: approx White Ice. HEX triplet: DA, F1 and E5. RGB value is (218,241,229). Sum of RGB (Red+Green+Blue) = 218+241+229=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1E5 is #250E1A. Grayscale: #E8E8E8. Windows color (decimal): -2428443 or 15069658. OLE color: 15069658.

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

Color convert

RGB218241229-
CMYK0.1000.050.05
HSL148.7º45.1%90%-
HSV(B)148.7º9.54%94.51%-
XYZ74.5183.4786.31-
YUV232.76125.88117.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 241 (94.53% from 255) = 35.03%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=31.69%
G=35.03%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412290.1000.050.05148.745.190
HexDAF1E5A055952d5a
Octal3323613451205522555132
Binary11011010111100011110010110100101101100101011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1E5; }

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

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

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

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

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

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

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

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