#D0F1ED

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

Shades of Foam #D0F1ED

Tints of Foam #D0F1ED

Color information

#D0F1ED (or 0xD0F1ED) is unknown color: approx Foam. HEX triplet: D0, F1 and ED. RGB value is (208,241,237). Sum of RGB (Red+Green+Blue) = 208+241+237=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1ED is #2F0E12. Grayscale: #E6E6E6. Windows color (decimal): -3083795 or 15593936. OLE color: 15593936.

HSL color Cylindrical-coordinate representation of color #D0F1ED: hue angle of 172.73º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F1ED is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB208241237-
CMYK0.1400.020.05
HSL172.73º54.1%88.04%-
HSV(B)172.73º13.69%94.51%-
XYZ72.7582.4392.2-
YUV230.68131.57111.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.32%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=30.32%
G=35.13%
B=34.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082412370.1400.020.05172.7354.188.04
HexD0F1EDE025ad3658
Octal3203613551602525566130
Binary1101000011110001111011011110010101101011011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1ED; }

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

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

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

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

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

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

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

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