#D9EFED

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

Shades of Foam #D9EFED

Tints of Foam #D9EFED

Color information

#D9EFED (or 0xD9EFED) is unknown color: approx Foam. HEX triplet: D9, EF and ED. RGB value is (217,239,237). Sum of RGB (Red+Green+Blue) = 217+239+237=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFED is #261012. Grayscale: #E8E8E8. Windows color (decimal): -2494483 or 15593433. OLE color: 15593433.

HSL color Cylindrical-coordinate representation of color #D9EFED: hue angle of 174.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EFED is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB217239237-
CMYK0.0900.010.06
HSL174.55º40.74%89.41%-
HSV(B)174.55º9.21%93.73%-
XYZ74.7782.692.12-
YUV232.19130.71117.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.31%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=31.31%
G=34.49%
B=34.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172392370.0900.010.06174.5540.7489.41
HexD9EFED9016af2959
Octal3313573551101625751131
Binary110110011110111111101101100101110101011111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFED; }

 p { color: rgb(217,239,237); }

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

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

 a { background-color: rgb(217,239,237); }

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

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

 span { border-color: rgb(217,239,237); }

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