#D8FAEE

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

Shades of Clear Day #D8FAEE

Tints of Clear Day #D8FAEE

Color information

#D8FAEE (or 0xD8FAEE) is unknown color: approx Clear Day. HEX triplet: D8, FA and EE. RGB value is (216,250,238). Sum of RGB (Red+Green+Blue) = 216+250+238=704 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.68% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAEE is #270511. Grayscale: #EEEEEE. Windows color (decimal): -2557202 or 15661784. OLE color: 15661784.

HSL color Cylindrical-coordinate representation of color #D8FAEE: hue angle of 158.82º 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 #D8FAEE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB216250238-
CMYK0.1400.050.02
HSL158.82º77.27%91.37%-
HSV(B)158.82º13.6%98.04%-
XYZ77.9489.1493.99-
YUV238.47127.74111.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.68%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=30.68%
G=35.51%
B=33.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162502380.1400.050.02158.8277.2791.37
HexD8FAEEE0529f4d5b
Octal33037235616052237115133
Binary11011000111110101110111011100101101001111110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAEE; }

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

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

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

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

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

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

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

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