Shades of Foam #CDFCF6
Tints of Foam #CDFCF6
RGB
CMYK
RGB Variations
Color information
#CDFCF6 (or 0xCDFCF6) is known color: Foam. HEX triplet: CD, FC and F6. RGB value is (205,252,246). Sum of RGB (Red+Green+Blue) = 205+252+246=703 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.16% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFCF6 is #320309. Grayscale: #EDEDED. Windows color (decimal): -3277578 or 16186573. OLE color: 16186573.
HSL color Cylindrical-coordinate representation of color #CDFCF6: hue angle of 172.34º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCF6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 246 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.01 |
| HSL | 172.34º | 0.89% | 0.9% | - |
| HSV(B) | 172.34º | 0.19% | 0.99% | - |
| XYZ | 76.62 | 89.25 | 100.38 | - |
| YUV | 237.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 246 | 0.19 | 0 | 0.02 | 0.01 | 172.34 | 0.89 | 0.9 |
| Hex | CD | FC | F6 | 13 | 0 | 2 | 1 | AC | 59 | 5A |
| Octal | 315 | 374 | 366 | 23 | 0 | 2 | 1 | 254 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11110110 | 10011 | 0 | 10 | 1 | 10101100 | 1011001 | 1011010 |
Color Harmonies of #CDFCF6
Complementary color
Monochromatic Colors of #CDFCF6
Black with #CDFCF6
Text Example
Text Example
White with #CDFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCF6; }
p { color: rgb(205,252,246); }
H1.HeaderClassName
{
color: #CDFCF6;
}
.AnyTagClassName
{
color: #CDFCF6;
}
</style>
background-color css
<style>
a { background-color: #CDFCF6; }
a { background-color: rgb(205,252,246); }
div.DivClassName
{
background-color: #CDFCF6;
}
.BgClassName
{
background-color: #CDFCF6;
}
</style>
border-color css
<style>
span { border-color: #CDFCF6; }
span { border-color: rgb(205,252,246); }
td.TdClassName
{
border-color: #CDFCF6;
}
.TagClassName
{
border-color: #CDFCF6;
}
</style>