#DAF7EA

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

Shades of White Ice #DAF7EA

Tints of White Ice #DAF7EA

Color information

#DAF7EA (or 0xDAF7EA) is unknown color: approx White Ice. HEX triplet: DA, F7 and EA. RGB value is (218,247,234). Sum of RGB (Red+Green+Blue) = 218+247+234=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7EA is #250815. Grayscale: #ECECEC. Windows color (decimal): -2426902 or 15398874. OLE color: 15398874.

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

Color convert

RGB218247234-
CMYK0.1200.050.03
HSL153.1º64.44%91.18%-
HSV(B)153.1º11.74%96.86%-
XYZ77.0387.3790.65-
YUV236.85126.39114.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=31.19%
G=35.34%
B=33.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472340.1200.050.03153.164.4491.18
HexDAF7EAC05399405b
Octal33236735214053231100133
Binary11011010111101111110101011000101111001100110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7EA; }

 p { color: rgb(218,247,234); }

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

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

 a { background-color: rgb(218,247,234); }

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

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

 span { border-color: rgb(218,247,234); }

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