#DAF2E9

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

Shades of Clear Day #DAF2E9

Tints of Clear Day #DAF2E9

Color information

#DAF2E9 (or 0xDAF2E9) is unknown color: approx Clear Day. HEX triplet: DA, F2 and E9. RGB value is (218,242,233). Sum of RGB (Red+Green+Blue) = 218+242+233=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2E9 is #250D16. Grayscale: #E9E9E9. Windows color (decimal): -2428183 or 15332058. OLE color: 15332058.

HSL color Cylindrical-coordinate representation of color #DAF2E9: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2E9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB218242233-
CMYK0.1000.040.05
HSL157.5º48%90.2%-
HSV(B)157.5º9.92%94.9%-
XYZ75.3784.2989.39-
YUV233.8127.55116.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=31.46%
G=34.92%
B=33.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422330.1000.040.05157.54890.2
HexDAF2E9A0459e305a
Octal3323623511204523660132
Binary11011010111100101110100110100100101100111101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2E9; }

 p { color: rgb(218,242,233); }

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

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

 a { background-color: rgb(218,242,233); }

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

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

 span { border-color: rgb(218,242,233); }

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