#DAF8EC

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

Shades of Clear Day #DAF8EC

Tints of Clear Day #DAF8EC

Color information

#DAF8EC (or 0xDAF8EC) is unknown color: approx Clear Day. HEX triplet: DA, F8 and EC. RGB value is (218,248,236). Sum of RGB (Red+Green+Blue) = 218+248+236=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8EC is #250713. Grayscale: #EDEDED. Windows color (decimal): -2426644 or 15530202. OLE color: 15530202.

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

Color convert

RGB218248236-
CMYK0.1200.050.03
HSL156º68.18%91.37%-
HSV(B)156º12.1%97.25%-
XYZ77.6288.192.27-
YUV237.66127.06113.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 248 (97.27% from 255) = 35.33%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=31.05%
G=35.33%
B=33.62%

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
Decimal2182482360.1200.050.0315668.1891.37
HexDAF8ECC0539c445b
Octal33237035414053234104133
Binary11011010111110001110110011000101111001110010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8EC; }

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

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

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

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

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

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

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

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