#D0EFEA

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

Shades of Foam #D0EFEA

Tints of Foam #D0EFEA

Color information

#D0EFEA (or 0xD0EFEA) is unknown color: approx Foam. HEX triplet: D0, EF and EA. RGB value is (208,239,234). Sum of RGB (Red+Green+Blue) = 208+239+234=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFEA is #2F1015. Grayscale: #E5E5E5. Windows color (decimal): -3084310 or 15396816. OLE color: 15396816.

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

Color convert

RGB208239234-
CMYK0.1300.020.06
HSL170.32º49.21%87.65%-
HSV(B)170.32º12.97%93.73%-
XYZ71.7381.0889.71-
YUV229.16130.73112.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=30.54%
G=35.10%
B=34.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392340.1300.020.06170.3249.2187.65
HexD0EFEAD026aa3158
Octal3203573521502625261130
Binary1101000011101111111010101101010110101010101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFEA; }

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

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

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

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

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

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

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

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