#DAF6ED

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

Shades of Clear Day #DAF6ED

Tints of Clear Day #DAF6ED

Color information

#DAF6ED (or 0xDAF6ED) is unknown color: approx Clear Day. HEX triplet: DA, F6 and ED. RGB value is (218,246,237). Sum of RGB (Red+Green+Blue) = 218+246+237=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6ED is #250912. Grayscale: #ECECEC. Windows color (decimal): -2427155 or 15595226. OLE color: 15595226.

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

Color convert

RGB218246237-
CMYK0.1100.040.04
HSL160.71º60.87%90.98%-
HSV(B)160.71º11.38%96.47%-
XYZ77.1686.9392.83-
YUV236.6128.22114.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.10%
GREEN value IS 246 (96.48% from 255) = 35.09%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=31.10%
G=35.09%
B=33.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462370.1100.040.04160.7160.8790.98
HexDAF6EDB044a13d5b
Octal3323663551304424175133
Binary11011010111101101110110110110100100101000011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6ED; }

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

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

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

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

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

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

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

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