#DAF5E8

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

Shades of White Ice #DAF5E8

Tints of White Ice #DAF5E8

Color information

#DAF5E8 (or 0xDAF5E8) is unknown color: approx White Ice. HEX triplet: DA, F5 and E8. RGB value is (218,245,232). Sum of RGB (Red+Green+Blue) = 218+245+232=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5E8 is #250A17. Grayscale: #EBEBEB. Windows color (decimal): -2427416 or 15267290. OLE color: 15267290.

HSL color Cylindrical-coordinate representation of color #DAF5E8: hue angle of 151.11º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5E8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB218245232-
CMYK0.1100.050.04
HSL151.11º57.45%90.78%-
HSV(B)151.11º11.02%96.08%-
XYZ76.1386.0488.94-
YUV235.45126.05115.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 245 (96.09% from 255) = 35.25%
BLUE value IS 232 (91.02% from 255) = 33.38%
R=31.37%
G=35.25%
B=33.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182452320.1100.050.04151.1157.4590.78
HexDAF5E8B05497395b
Octal3323653501305422771133
Binary11011010111101011110100010110101100100101111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5E8; }

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

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

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

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

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

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

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

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