#DAFCEF

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

Shades of Clear Day #DAFCEF

Tints of Clear Day #DAFCEF

Color information

#DAFCEF (or 0xDAFCEF) is unknown color: approx Clear Day. HEX triplet: DA, FC and EF. RGB value is (218,252,239). Sum of RGB (Red+Green+Blue) = 218+252+239=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCEF is #250310. Grayscale: #F0F0F0. Windows color (decimal): -2425617 or 15727834. OLE color: 15727834.

HSL color Cylindrical-coordinate representation of color #DAFCEF: hue angle of 157.06º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCEF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB218252239-
CMYK0.1300.050.01
HSL157.06º85%92.16%-
HSV(B)157.06º13.49%98.82%-
XYZ79.390.7695-
YUV240.35127.24112.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=30.75%
G=35.54%
B=33.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522390.1300.050.01157.068592.16
HexDAFCEFD0519d555c
Octal33237435715051235125134
Binary1101101011111100111011111101010111001110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCEF; }

 p { color: rgb(218,252,239); }

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

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

 a { background-color: rgb(218,252,239); }

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

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

 span { border-color: rgb(218,252,239); }

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