#DAF8EE

Color #DAF8EE Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DAF8EE

Tints of Clear Day #DAF8EE

Color information

#DAF8EE (or 0xDAF8EE) is unknown color: approx Clear Day. HEX triplet: DA, F8 and EE. RGB value is (218,248,238). Sum of RGB (Red+Green+Blue) = 218+248+238=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8EE is #250711. Grayscale: #EDEDED. Windows color (decimal): -2426642 or 15661274. OLE color: 15661274.

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

Color convert

RGB218248238-
CMYK0.1200.040.03
HSL160º68.18%91.37%-
HSV(B)160º12.1%97.25%-
XYZ77.9188.2193.81-
YUV237.89128.06113.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=30.97%
G=35.23%
B=33.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482380.1200.040.0316068.1891.37
HexDAF8EEC043a0445b
Octal33237035614043240104133
Binary11011010111110001110111011000100111010000010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8EE; }

 p { color: rgb(218,248,238); }

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

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

 a { background-color: rgb(218,248,238); }

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

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

 span { border-color: rgb(218,248,238); }

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