Shades of Foam #CDF6F1
Tints of Foam #CDF6F1
RGB
CMYK
RGB Variations
Color information
#CDF6F1 (or 0xCDF6F1) is known color: Foam. HEX triplet: CD, F6 and F1. RGB value is (205,246,241). Sum of RGB (Red+Green+Blue) = 205+246+241=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6F1 is #32090E. Grayscale: #E9E9E9. Windows color (decimal): -3279119 or 15857357. OLE color: 15857357.
HSL color Cylindrical-coordinate representation of color #CDF6F1: hue angle of 172.68º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF6F1 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 241 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.04 |
| HSL | 172.68º | 0.69% | 0.88% | - |
| HSV(B) | 172.68º | 0.17% | 0.96% | - |
| XYZ | 74.01 | 85.24 | 95.77 | - |
| YUV | 233.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 241 | 0.17 | 0 | 0.02 | 0.04 | 172.68 | 0.69 | 0.88 |
| Hex | CD | F6 | F1 | 11 | 0 | 2 | 4 | AD | 45 | 58 |
| Octal | 315 | 366 | 361 | 21 | 0 | 2 | 4 | 255 | 105 | 130 |
| Binary | 11001101 | 11110110 | 11110001 | 10001 | 0 | 10 | 100 | 10101101 | 1000101 | 1011000 |
Color Harmonies of #CDF6F1
Complementary color
Monochromatic Colors of #CDF6F1
Black with #CDF6F1
Text Example
Text Example
White with #CDF6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6F1; }
p { color: rgb(205,246,241); }
H1.HeaderClassName
{
color: #CDF6F1;
}
.AnyTagClassName
{
color: #CDF6F1;
}
</style>
background-color css
<style>
a { background-color: #CDF6F1; }
a { background-color: rgb(205,246,241); }
div.DivClassName
{
background-color: #CDF6F1;
}
.BgClassName
{
background-color: #CDF6F1;
}
</style>
border-color css
<style>
span { border-color: #CDF6F1; }
span { border-color: rgb(205,246,241); }
td.TdClassName
{
border-color: #CDF6F1;
}
.TagClassName
{
border-color: #CDF6F1;
}
</style>