Shades of Foam #CDF4F1
Tints of Foam #CDF4F1
RGB
CMYK
RGB Variations
Color information
#CDF4F1 (or 0xCDF4F1) is known color: Foam. HEX triplet: CD, F4 and F1. RGB value is (205,244,241). Sum of RGB (Red+Green+Blue) = 205+244+241=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4F1 is #320B0E. Grayscale: #E7E7E7. Windows color (decimal): -3279631 or 15856845. OLE color: 15856845.
HSL color Cylindrical-coordinate representation of color #CDF4F1: hue angle of 175.38º 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 #CDF4F1 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 241 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.04 |
| HSL | 175.38º | 0.64% | 0.88% | - |
| HSV(B) | 175.38º | 0.16% | 0.96% | - |
| XYZ | 73.4 | 84.03 | 95.57 | - |
| YUV | 232 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 241 | 0.16 | 0 | 0.01 | 0.04 | 175.38 | 0.64 | 0.88 |
| Hex | CD | F4 | F1 | 10 | 0 | 1 | 4 | AF | 40 | 58 |
| Octal | 315 | 364 | 361 | 20 | 0 | 1 | 4 | 257 | 100 | 130 |
| Binary | 11001101 | 11110100 | 11110001 | 10000 | 0 | 1 | 100 | 10101111 | 1000000 | 1011000 |
Color Harmonies of #CDF4F1
Complementary color
Monochromatic Colors of #CDF4F1
Black with #CDF4F1
Text Example
Text Example
White with #CDF4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4F1; }
p { color: rgb(205,244,241); }
H1.HeaderClassName
{
color: #CDF4F1;
}
.AnyTagClassName
{
color: #CDF4F1;
}
</style>
background-color css
<style>
a { background-color: #CDF4F1; }
a { background-color: rgb(205,244,241); }
div.DivClassName
{
background-color: #CDF4F1;
}
.BgClassName
{
background-color: #CDF4F1;
}
</style>
border-color css
<style>
span { border-color: #CDF4F1; }
span { border-color: rgb(205,244,241); }
td.TdClassName
{
border-color: #CDF4F1;
}
.TagClassName
{
border-color: #CDF4F1;
}
</style>