#DAF7EE

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

Shades of Clear Day #DAF7EE

Tints of Clear Day #DAF7EE

Color information

#DAF7EE (or 0xDAF7EE) is unknown color: approx Clear Day. HEX triplet: DA, F7 and EE. RGB value is (218,247,238). Sum of RGB (Red+Green+Blue) = 218+247+238=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7EE is #250811. Grayscale: #EDEDED. Windows color (decimal): -2426898 or 15661018. OLE color: 15661018.

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

Color convert

RGB218247238-
CMYK0.1200.040.03
HSL161.38º64.44%91.18%-
HSV(B)161.38º11.74%96.86%-
XYZ77.6187.693.71-
YUV237.3128.39114.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=31.01%
G=35.14%
B=33.85%

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
Decimal2182472380.1200.040.03161.3864.4491.18
HexDAF7EEC043a1405b
Octal33236735614043241100133
Binary11011010111101111110111011000100111010000110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7EE; }

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

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

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

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

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

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

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

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