#DAF9EA

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

Shades of White Ice #DAF9EA

Tints of White Ice #DAF9EA

Color information

#DAF9EA (or 0xDAF9EA) is unknown color: approx White Ice. HEX triplet: DA, F9 and EA. RGB value is (218,249,234). Sum of RGB (Red+Green+Blue) = 218+249+234=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9EA is #250615. Grayscale: #EEEEEE. Windows color (decimal): -2426390 or 15399386. OLE color: 15399386.

HSL color Cylindrical-coordinate representation of color #DAF9EA: hue angle of 150.97º 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 #DAF9EA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB218249234-
CMYK0.1200.060.02
HSL150.97º72.09%91.57%-
HSV(B)150.97º12.45%97.65%-
XYZ77.6488.690.85-
YUV238.02125.73113.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 249 (97.66% from 255) = 35.52%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=31.10%
G=35.52%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492340.1200.060.02150.9772.0991.57
HexDAF9EAC06297485c
Octal33237135214062227110134
Binary11011010111110011110101011000110101001011110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9EA; }

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

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

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

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

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

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

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

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