#D5F1ED

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

Shades of Foam #D5F1ED

Tints of Foam #D5F1ED

Color information

#D5F1ED (or 0xD5F1ED) is unknown color: approx Foam. HEX triplet: D5, F1 and ED. RGB value is (213,241,237). Sum of RGB (Red+Green+Blue) = 213+241+237=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F1ED is #2A0E12. Grayscale: #E8E8E8. Windows color (decimal): -2756115 or 15593941. OLE color: 15593941.

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

Color convert

RGB213241237-
CMYK0.1200.020.05
HSL171.43º50%89.02%-
HSV(B)171.43º11.62%94.51%-
XYZ74.1883.1792.26-
YUV232.17130.72114.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.82%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=30.82%
G=34.88%
B=34.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412370.1200.020.05171.435089.02
HexD5F1EDC025ab3259
Octal3253613551402525362131
Binary1101010111110001111011011100010101101010111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1ED; }

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

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

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

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

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

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

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

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