#DAF3EC

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

Shades of Clear Day #DAF3EC

Tints of Clear Day #DAF3EC

Color information

#DAF3EC (or 0xDAF3EC) is unknown color: approx Clear Day. HEX triplet: DA, F3 and EC. RGB value is (218,243,236). Sum of RGB (Red+Green+Blue) = 218+243+236=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3EC is #250C13. Grayscale: #EAEAEA. Windows color (decimal): -2427924 or 15528922. OLE color: 15528922.

HSL color Cylindrical-coordinate representation of color #DAF3EC: hue angle of 163.2º degrees, saturation: 0.51, 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 #DAF3EC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB218243236-
CMYK0.1000.030.05
HSL163.2º51.02%90.39%-
HSV(B)163.2º10.29%95.29%-
XYZ76.185.0691.76-
YUV234.73128.72116.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.28%
GREEN value IS 243 (95.31% from 255) = 34.86%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=31.28%
G=34.86%
B=33.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432360.1000.030.05163.251.0290.39
HexDAF3ECA035a3335a
Octal3323633541203524363132
Binary1101101011110011111011001010011101101000111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3EC; }

 p { color: rgb(218,243,236); }

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

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

 a { background-color: rgb(218,243,236); }

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

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

 span { border-color: rgb(218,243,236); }

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