#DAF6EE

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

Shades of Clear Day #DAF6EE

Tints of Clear Day #DAF6EE

Color information

#DAF6EE (or 0xDAF6EE) is unknown color: approx Clear Day. HEX triplet: DA, F6 and EE. RGB value is (218,246,238). Sum of RGB (Red+Green+Blue) = 218+246+238=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6EE is #250911. Grayscale: #ECECEC. Windows color (decimal): -2427154 or 15660762. OLE color: 15660762.

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

Color convert

RGB218246238-
CMYK0.1100.030.04
HSL162.86º60.87%90.98%-
HSV(B)162.86º11.38%96.47%-
XYZ77.386.9993.61-
YUV236.72128.72114.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=31.05%
G=35.04%
B=33.90%

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
Decimal2182462380.1100.030.04162.8660.8790.98
HexDAF6EEB034a33d5b
Octal3323663561303424375133
Binary1101101011110110111011101011011100101000111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6EE; }

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

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

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

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

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

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

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

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