Shades of Foam #CDF6F3
Tints of Foam #CDF6F3
RGB
CMYK
RGB Variations
Color information
#CDF6F3 (or 0xCDF6F3) is known color: Foam. HEX triplet: CD, F6 and F3. RGB value is (205,246,243). Sum of RGB (Red+Green+Blue) = 205+246+243=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6F3 is #32090C. Grayscale: #E9E9E9. Windows color (decimal): -3279117 or 15988429. OLE color: 15988429.
HSL color Cylindrical-coordinate representation of color #CDF6F3: hue angle of 175.61º 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 #CDF6F3 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 243 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.04 |
| HSL | 175.61º | 0.69% | 0.88% | - |
| HSV(B) | 175.61º | 0.17% | 0.96% | - |
| XYZ | 74.31 | 85.36 | 97.35 | - |
| YUV | 233.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 243 | 0.17 | 0 | 0.01 | 0.04 | 175.61 | 0.69 | 0.88 |
| Hex | CD | F6 | F3 | 11 | 0 | 1 | 4 | B0 | 45 | 58 |
| Octal | 315 | 366 | 363 | 21 | 0 | 1 | 4 | 260 | 105 | 130 |
| Binary | 11001101 | 11110110 | 11110011 | 10001 | 0 | 1 | 100 | 10110000 | 1000101 | 1011000 |
Color Harmonies of #CDF6F3
Complementary color
Monochromatic Colors of #CDF6F3
Black with #CDF6F3
Text Example
Text Example
White with #CDF6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6F3; }
p { color: rgb(205,246,243); }
H1.HeaderClassName
{
color: #CDF6F3;
}
.AnyTagClassName
{
color: #CDF6F3;
}
</style>
background-color css
<style>
a { background-color: #CDF6F3; }
a { background-color: rgb(205,246,243); }
div.DivClassName
{
background-color: #CDF6F3;
}
.BgClassName
{
background-color: #CDF6F3;
}
</style>
border-color css
<style>
span { border-color: #CDF6F3; }
span { border-color: rgb(205,246,243); }
td.TdClassName
{
border-color: #CDF6F3;
}
.TagClassName
{
border-color: #CDF6F3;
}
</style>