#D1EFEC

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

Shades of Foam #D1EFEC

Tints of Foam #D1EFEC

Color information

#D1EFEC (or 0xD1EFEC) is unknown color: approx Foam. HEX triplet: D1, EF and EC. RGB value is (209,239,236). Sum of RGB (Red+Green+Blue) = 209+239+236=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFEC is #2E1013. Grayscale: #E5E5E5. Windows color (decimal): -3018772 or 15527889. OLE color: 15527889.

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

Color convert

RGB209239236-
CMYK0.1300.010.06
HSL174º48.39%87.84%-
HSV(B)174º12.55%93.73%-
XYZ72.381.3491.25-
YUV229.69131.56113.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.56%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=30.56%
G=34.94%
B=34.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392360.1300.010.0617448.3987.84
HexD1EFECD016ae3058
Octal3213573541501625660130
Binary110100011110111111101100110101110101011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFEC; }

 p { color: rgb(209,239,236); }

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

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

 a { background-color: rgb(209,239,236); }

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

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

 span { border-color: rgb(209,239,236); }

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