#DAF4EC

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

Shades of Clear Day #DAF4EC

Tints of Clear Day #DAF4EC

Color information

#DAF4EC (or 0xDAF4EC) is unknown color: approx Clear Day. HEX triplet: DA, F4 and EC. RGB value is (218,244,236). Sum of RGB (Red+Green+Blue) = 218+244+236=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4EC is #250B13. Grayscale: #EBEBEB. Windows color (decimal): -2427668 or 15529178. OLE color: 15529178.

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

Color convert

RGB218244236-
CMYK0.1100.030.04
HSL161.54º54.17%90.59%-
HSV(B)161.54º10.66%95.69%-
XYZ76.485.6691.86-
YUV235.31128.39115.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 244 (95.70% from 255) = 34.96%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=31.23%
G=34.96%
B=33.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182442360.1100.030.04161.5454.1790.59
HexDAF4ECB034a2365b
Octal3323643541303424266133
Binary1101101011110100111011001011011100101000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4EC; }

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

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

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

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

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

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

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

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