#DAF5EE

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

Shades of Clear Day #DAF5EE

Tints of Clear Day #DAF5EE

Color information

#DAF5EE (or 0xDAF5EE) is unknown color: approx Clear Day. HEX triplet: DA, F5 and EE. RGB value is (218,245,238). Sum of RGB (Red+Green+Blue) = 218+245+238=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5EE is #250A11. Grayscale: #ECECEC. Windows color (decimal): -2427410 or 15660506. OLE color: 15660506.

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

Color convert

RGB218245238-
CMYK0.1100.030.04
HSL164.44º57.45%90.78%-
HSV(B)164.44º11.02%96.08%-
XYZ7786.3893.5-
YUV236.13129.05115.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 245 (96.09% from 255) = 34.95%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=31.10%
G=34.95%
B=33.95%

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
Decimal2182452380.1100.030.04164.4457.4590.78
HexDAF5EEB034a4395b
Octal3323653561303424471133
Binary1101101011110101111011101011011100101001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5EE; }

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

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

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

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

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

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

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

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