#D7EFEC

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

Shades of Foam #D7EFEC

Tints of Foam #D7EFEC

Color information

#D7EFEC (or 0xD7EFEC) is unknown color: approx Foam. HEX triplet: D7, EF and EC. RGB value is (215,239,236). Sum of RGB (Red+Green+Blue) = 215+239+236=690 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.16% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFEC is #281013. Grayscale: #E7E7E7. Windows color (decimal): -2625556 or 15527895. OLE color: 15527895.

HSL color Cylindrical-coordinate representation of color #D7EFEC: hue angle of 172.5º degrees, saturation: 0.43, 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 #D7EFEC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB215239236-
CMYK0.1000.010.06
HSL172.5º42.86%89.02%-
HSV(B)172.5º10.04%93.73%-
XYZ74.0382.2491.33-
YUV231.48130.55116.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.16%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=31.16%
G=34.64%
B=34.20%

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
Decimal2152392360.1000.010.06172.542.8689.02
HexD7EFECA016ac2b59
Octal3273573541201625453131
Binary110101111110111111101100101001110101011001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFEC; }

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

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

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

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

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

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

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

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