#D6EFEC

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

Shades of Foam #D6EFEC

Tints of Foam #D6EFEC

Color information

#D6EFEC (or 0xD6EFEC) is unknown color: approx Foam. HEX triplet: D6, EF and EC. RGB value is (214,239,236). Sum of RGB (Red+Green+Blue) = 214+239+236=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFEC is #291013. Grayscale: #E7E7E7. Windows color (decimal): -2691092 or 15527894. OLE color: 15527894.

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

Color convert

RGB214239236-
CMYK0.1000.010.06
HSL172.8º43.86%88.82%-
HSV(B)172.8º10.46%93.73%-
XYZ73.7482.0991.31-
YUV231.18130.72115.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.06%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=31.06%
G=34.69%
B=34.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392360.1000.010.06172.843.8688.82
HexD6EFECA016ad2c59
Octal3263573541201625554131
Binary110101101110111111101100101001110101011011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFEC; }

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

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

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

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

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

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

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

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