Shades of Foam #CDF2EE
Tints of Foam #CDF2EE
RGB
CMYK
RGB Variations
Color information
#CDF2EE (or 0xCDF2EE) is known color: Foam. HEX triplet: CD, F2 and EE. RGB value is (205,242,238). Sum of RGB (Red+Green+Blue) = 205+242+238=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2EE is #320D11. Grayscale: #E6E6E6. Windows color (decimal): -3280146 or 15659725. OLE color: 15659725.
HSL color Cylindrical-coordinate representation of color #CDF2EE: hue angle of 173.51º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2EE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 238 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.05 |
| HSL | 173.51º | 0.59% | 0.88% | - |
| HSV(B) | 173.51º | 0.15% | 0.95% | - |
| XYZ | 72.36 | 82.66 | 93.03 | - |
| YUV | 230.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 238 | 0.15 | 0 | 0.02 | 0.05 | 173.51 | 0.59 | 0.88 |
| Hex | CD | F2 | EE | F | 0 | 2 | 5 | AE | 3B | 58 |
| Octal | 315 | 362 | 356 | 17 | 0 | 2 | 5 | 256 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11101110 | 1111 | 0 | 10 | 101 | 10101110 | 111011 | 1011000 |
Color Harmonies of #CDF2EE
Complementary color
Monochromatic Colors of #CDF2EE
Black with #CDF2EE
Text Example
Text Example
White with #CDF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2EE; }
p { color: rgb(205,242,238); }
H1.HeaderClassName
{
color: #CDF2EE;
}
.AnyTagClassName
{
color: #CDF2EE;
}
</style>
background-color css
<style>
a { background-color: #CDF2EE; }
a { background-color: rgb(205,242,238); }
div.DivClassName
{
background-color: #CDF2EE;
}
.BgClassName
{
background-color: #CDF2EE;
}
</style>
border-color css
<style>
span { border-color: #CDF2EE; }
span { border-color: rgb(205,242,238); }
td.TdClassName
{
border-color: #CDF2EE;
}
.TagClassName
{
border-color: #CDF2EE;
}
</style>