#D2EFEA

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

Shades of Foam #D2EFEA

Tints of Foam #D2EFEA

Color information

#D2EFEA (or 0xD2EFEA) is unknown color: approx Foam. HEX triplet: D2, EF and EA. RGB value is (210,239,234). Sum of RGB (Red+Green+Blue) = 210+239+234=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFEA is #2D1015. Grayscale: #E5E5E5. Windows color (decimal): -2953238 or 15396818. OLE color: 15396818.

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

Color convert

RGB210239234-
CMYK0.1200.020.06
HSL169.66º47.54%88.04%-
HSV(B)169.66º12.13%93.73%-
XYZ72.381.3889.74-
YUV229.76130.39113.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.75%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=30.75%
G=34.99%
B=34.26%

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
Decimal2102392340.1200.020.06169.6647.5488.04
HexD2EFEAC026aa3058
Octal3223573521402625260130
Binary1101001011101111111010101100010110101010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFEA; }

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

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

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

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

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

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

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

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