#D2EFEC

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

Shades of Foam #D2EFEC

Tints of Foam #D2EFEC

Color information

#D2EFEC (or 0xD2EFEC) is unknown color: approx Foam. HEX triplet: D2, EF and EC. RGB value is (210,239,236). Sum of RGB (Red+Green+Blue) = 210+239+236=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFEC is #2D1013. Grayscale: #E5E5E5. Windows color (decimal): -2953236 or 15527890. OLE color: 15527890.

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

Color convert

RGB210239236-
CMYK0.1200.010.06
HSL173.79º47.54%88.04%-
HSV(B)173.79º12.13%93.73%-
XYZ72.5981.4991.26-
YUV229.99131.39113.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.66%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=30.66%
G=34.89%
B=34.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392360.1200.010.06173.7947.5488.04
HexD2EFECC016ae3058
Octal3223573541401625660130
Binary110100101110111111101100110001110101011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFEC; }

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

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

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

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

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

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

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

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