Shades of Foam #CDF6EF
Tints of Foam #CDF6EF
RGB
CMYK
RGB Variations
Color information
#CDF6EF (or 0xCDF6EF) is known color: Foam. HEX triplet: CD, F6 and EF. RGB value is (205,246,239). Sum of RGB (Red+Green+Blue) = 205+246+239=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6EF is #320910. Grayscale: #E8E8E8. Windows color (decimal): -3279121 or 15726285. OLE color: 15726285.
HSL color Cylindrical-coordinate representation of color #CDF6EF: hue angle of 169.76º 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 #CDF6EF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 239 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.04 |
| HSL | 169.76º | 0.69% | 0.88% | - |
| HSV(B) | 169.76º | 0.17% | 0.96% | - |
| XYZ | 73.71 | 85.12 | 94.21 | - |
| YUV | 232.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 239 | 0.17 | 0 | 0.03 | 0.04 | 169.76 | 0.69 | 0.88 |
| Hex | CD | F6 | EF | 11 | 0 | 3 | 4 | AA | 45 | 58 |
| Octal | 315 | 366 | 357 | 21 | 0 | 3 | 4 | 252 | 105 | 130 |
| Binary | 11001101 | 11110110 | 11101111 | 10001 | 0 | 11 | 100 | 10101010 | 1000101 | 1011000 |
Color Harmonies of #CDF6EF
Complementary color
Monochromatic Colors of #CDF6EF
Black with #CDF6EF
Text Example
Text Example
White with #CDF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6EF; }
p { color: rgb(205,246,239); }
H1.HeaderClassName
{
color: #CDF6EF;
}
.AnyTagClassName
{
color: #CDF6EF;
}
</style>
background-color css
<style>
a { background-color: #CDF6EF; }
a { background-color: rgb(205,246,239); }
div.DivClassName
{
background-color: #CDF6EF;
}
.BgClassName
{
background-color: #CDF6EF;
}
</style>
border-color css
<style>
span { border-color: #CDF6EF; }
span { border-color: rgb(205,246,239); }
td.TdClassName
{
border-color: #CDF6EF;
}
.TagClassName
{
border-color: #CDF6EF;
}
</style>