#DAF4ED

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

Shades of Clear Day #DAF4ED

Tints of Clear Day #DAF4ED

Color information

#DAF4ED (or 0xDAF4ED) is unknown color: approx Clear Day. HEX triplet: DA, F4 and ED. RGB value is (218,244,237). Sum of RGB (Red+Green+Blue) = 218+244+237=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4ED is #250B12. Grayscale: #EBEBEB. Windows color (decimal): -2427667 or 15594714. OLE color: 15594714.

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

Color convert

RGB218244237-
CMYK0.1100.030.04
HSL163.85º54.17%90.59%-
HSV(B)163.85º10.66%95.69%-
XYZ76.5585.7292.63-
YUV235.43128.89115.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 244 (95.70% from 255) = 34.91%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=31.19%
G=34.91%
B=33.91%

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
Decimal2182442370.1100.030.04163.8554.1790.59
HexDAF4EDB034a4365b
Octal3323643551303424466133
Binary1101101011110100111011011011011100101001001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4ED; }

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

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

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

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

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

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

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

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