#D8FAEF

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

Shades of Clear Day #D8FAEF

Tints of Clear Day #D8FAEF

Color information

#D8FAEF (or 0xD8FAEF) is unknown color: approx Clear Day. HEX triplet: D8, FA and EF. RGB value is (216,250,239). Sum of RGB (Red+Green+Blue) = 216+250+239=705 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.64% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAEF is #270510. Grayscale: #EEEEEE. Windows color (decimal): -2557201 or 15727320. OLE color: 15727320.

HSL color Cylindrical-coordinate representation of color #D8FAEF: hue angle of 160.59º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8FAEF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB216250239-
CMYK0.1400.040.02
HSL160.59º77.27%91.37%-
HSV(B)160.59º13.6%98.04%-
XYZ78.0889.294.76-
YUV238.58128.24111.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.64%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=30.64%
G=35.46%
B=33.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162502390.1400.040.02160.5977.2791.37
HexD8FAEFE042a14d5b
Octal33037235716042241115133
Binary11011000111110101110111111100100101010000110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAEF; }

 p { color: rgb(216,250,239); }

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

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

 a { background-color: rgb(216,250,239); }

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

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

 span { border-color: rgb(216,250,239); }

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