#DAF9ED

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

Shades of Clear Day #DAF9ED

Tints of Clear Day #DAF9ED

Color information

#DAF9ED (or 0xDAF9ED) is unknown color: approx Clear Day. HEX triplet: DA, F9 and ED. RGB value is (218,249,237). Sum of RGB (Red+Green+Blue) = 218+249+237=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9ED is #250612. Grayscale: #EEEEEE. Windows color (decimal): -2426387 or 15595994. OLE color: 15595994.

HSL color Cylindrical-coordinate representation of color #DAF9ED: hue angle of 156.77º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9ED is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB218249237-
CMYK0.1200.050.02
HSL156.77º72.09%91.57%-
HSV(B)156.77º12.45%97.65%-
XYZ78.0888.7793.14-
YUV238.36127.23113.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 249 (97.66% from 255) = 35.37%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=30.97%
G=35.37%
B=33.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492370.1200.050.02156.7772.0991.57
HexDAF9EDC0529d485c
Octal33237135514052235110134
Binary11011010111110011110110111000101101001110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9ED; }

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

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

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

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

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

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

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

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