#D9FAEE

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

Shades of Clear Day #D9FAEE

Tints of Clear Day #D9FAEE

Color information

#D9FAEE (or 0xD9FAEE) is unknown color: approx Clear Day. HEX triplet: D9, FA and EE. RGB value is (217,250,238). Sum of RGB (Red+Green+Blue) = 217+250+238=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAEE is #260511. Grayscale: #EEEEEE. Windows color (decimal): -2491666 or 15661785. OLE color: 15661785.

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

Color convert

RGB217250238-
CMYK0.1300.050.02
HSL158.18º76.74%91.57%-
HSV(B)158.18º13.2%98.04%-
XYZ78.2389.394-
YUV238.76127.57112.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.78%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=30.78%
G=35.46%
B=33.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502380.1300.050.02158.1876.7491.57
HexD9FAEED0529e4d5c
Octal33137235615052236115134
Binary11011001111110101110111011010101101001111010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAEE; }

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

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

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

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

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

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

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

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