Shades of Foam #D5F3EF
Tints of Foam #D5F3EF
RGB
CMYK
RGB Variations
Color information
#D5F3EF (or 0xD5F3EF) is known color: Foam. HEX triplet: D5, F3 and EF. RGB value is (213,243,239). Sum of RGB (Red+Green+Blue) = 213+243+239=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3EF is #2A0C10. Grayscale: #E9E9E9. Windows color (decimal): -2755601 or 15725525. OLE color: 15725525.
HSL color Cylindrical-coordinate representation of color #D5F3EF: hue angle of 172º degrees, saturation: 0.56, 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 #D5F3EF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 239 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.05 |
| HSL | 172º | 0.56% | 0.89% | - |
| HSV(B) | 172º | 0.12% | 0.95% | - |
| XYZ | 75.07 | 84.48 | 94.01 | - |
| YUV | 233.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 239 | 0.12 | 0 | 0.02 | 0.05 | 172 | 0.56 | 0.89 |
| Hex | D5 | F3 | EF | C | 0 | 2 | 5 | AC | 38 | 59 |
| Octal | 325 | 363 | 357 | 14 | 0 | 2 | 5 | 254 | 70 | 131 |
| Binary | 11010101 | 11110011 | 11101111 | 1100 | 0 | 10 | 101 | 10101100 | 111000 | 1011001 |
Color Harmonies of #D5F3EF
Complementary color
Monochromatic Colors of #D5F3EF
Black with #D5F3EF
Text Example
Text Example
White with #D5F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F3EF; }
p { color: rgb(213,243,239); }
H1.HeaderClassName
{
color: #D5F3EF;
}
.AnyTagClassName
{
color: #D5F3EF;
}
</style>
background-color css
<style>
a { background-color: #D5F3EF; }
a { background-color: rgb(213,243,239); }
div.DivClassName
{
background-color: #D5F3EF;
}
.BgClassName
{
background-color: #D5F3EF;
}
</style>
border-color css
<style>
span { border-color: #D5F3EF; }
span { border-color: rgb(213,243,239); }
td.TdClassName
{
border-color: #D5F3EF;
}
.TagClassName
{
border-color: #D5F3EF;
}
</style>