#D2EFEB

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

Shades of Foam #D2EFEB

Tints of Foam #D2EFEB

Color information

#D2EFEB (or 0xD2EFEB) is unknown color: approx Foam. HEX triplet: D2, EF and EB. RGB value is (210,239,235). Sum of RGB (Red+Green+Blue) = 210+239+235=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFEB is #2D1014. Grayscale: #E5E5E5. Windows color (decimal): -2953237 or 15462354. OLE color: 15462354.

HSL color Cylindrical-coordinate representation of color #D2EFEB: hue angle of 171.72º 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 #D2EFEB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB210239235-
CMYK0.1200.020.06
HSL171.72º47.54%88.04%-
HSV(B)171.72º12.13%93.73%-
XYZ72.4481.4390.5-
YUV229.87130.89113.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.70%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=30.70%
G=34.94%
B=34.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392350.1200.020.06171.7247.5488.04
HexD2EFEBC026ac3058
Octal3223573531402625460130
Binary1101001011101111111010111100010110101011001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFEB; }

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

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

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

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

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

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

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

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