#D0EFED

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

Shades of Foam #D0EFED

Tints of Foam #D0EFED

Color information

#D0EFED (or 0xD0EFED) is unknown color: approx Foam. HEX triplet: D0, EF and ED. RGB value is (208,239,237). Sum of RGB (Red+Green+Blue) = 208+239+237=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFED is #2F1012. Grayscale: #E5E5E5. Windows color (decimal): -3084307 or 15593424. OLE color: 15593424.

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

Color convert

RGB208239237-
CMYK0.1300.010.06
HSL176.13º49.21%87.65%-
HSV(B)176.13º12.97%93.73%-
XYZ72.1681.2692-
YUV229.5132.23112.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.41%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=30.41%
G=34.94%
B=34.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392370.1300.010.06176.1349.2187.65
HexD0EFEDD016b03158
Octal3203573551501626061130
Binary110100001110111111101101110101110101100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFED; }

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

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

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

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

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

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

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

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