Shades of Foam #CDF4EF
Tints of Foam #CDF4EF
RGB
CMYK
RGB Variations
Color information
#CDF4EF (or 0xCDF4EF) is known color: Foam. HEX triplet: CD, F4 and EF. RGB value is (205,244,239). Sum of RGB (Red+Green+Blue) = 205+244+239=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4EF is #320B10. Grayscale: #E7E7E7. Windows color (decimal): -3279633 or 15725773. OLE color: 15725773.
HSL color Cylindrical-coordinate representation of color #CDF4EF: hue angle of 172.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF4EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 239 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.04 |
| HSL | 172.31º | 0.64% | 0.88% | - |
| HSV(B) | 172.31º | 0.16% | 0.96% | - |
| XYZ | 73.11 | 83.91 | 94 | - |
| YUV | 231.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 239 | 0.16 | 0 | 0.02 | 0.04 | 172.31 | 0.64 | 0.88 |
| Hex | CD | F4 | EF | 10 | 0 | 2 | 4 | AC | 40 | 58 |
| Octal | 315 | 364 | 357 | 20 | 0 | 2 | 4 | 254 | 100 | 130 |
| Binary | 11001101 | 11110100 | 11101111 | 10000 | 0 | 10 | 100 | 10101100 | 1000000 | 1011000 |
Color Harmonies of #CDF4EF
Complementary color
Monochromatic Colors of #CDF4EF
Black with #CDF4EF
Text Example
Text Example
White with #CDF4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4EF; }
p { color: rgb(205,244,239); }
H1.HeaderClassName
{
color: #CDF4EF;
}
.AnyTagClassName
{
color: #CDF4EF;
}
</style>
background-color css
<style>
a { background-color: #CDF4EF; }
a { background-color: rgb(205,244,239); }
div.DivClassName
{
background-color: #CDF4EF;
}
.BgClassName
{
background-color: #CDF4EF;
}
</style>
border-color css
<style>
span { border-color: #CDF4EF; }
span { border-color: rgb(205,244,239); }
td.TdClassName
{
border-color: #CDF4EF;
}
.TagClassName
{
border-color: #CDF4EF;
}
</style>