#D2EFED

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

Shades of Foam #D2EFED

Tints of Foam #D2EFED

Color information

#D2EFED (or 0xD2EFED) is unknown color: approx Foam. HEX triplet: D2, EF and ED. RGB value is (210,239,237). Sum of RGB (Red+Green+Blue) = 210+239+237=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFED is #2D1012. Grayscale: #E6E6E6. Windows color (decimal): -2953235 or 15593426. OLE color: 15593426.

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

Color convert

RGB210239237-
CMYK0.1200.010.06
HSL175.86º47.54%88.04%-
HSV(B)175.86º12.13%93.73%-
XYZ72.7381.5592.03-
YUV230.1131.89113.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.61%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=30.61%
G=34.84%
B=34.55%

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
Decimal2102392370.1200.010.06175.8647.5488.04
HexD2EFEDC016b03058
Octal3223573551401626060130
Binary110100101110111111101101110001110101100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFED; }

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

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

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

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

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

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

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

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