Shades of Foam #CDF1EA
Tints of Foam #CDF1EA
RGB
CMYK
RGB Variations
Color information
#CDF1EA (or 0xCDF1EA) is known color: Foam. HEX triplet: CD, F1 and EA. RGB value is (205,241,234). Sum of RGB (Red+Green+Blue) = 205+241+234=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1EA is #320E15. Grayscale: #E5E5E5. Windows color (decimal): -3280406 or 15397325. OLE color: 15397325.
HSL color Cylindrical-coordinate representation of color #CDF1EA: hue angle of 168.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF1EA is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 234 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.05 |
| HSL | 168.33º | 0.56% | 0.87% | - |
| HSV(B) | 168.33º | 0.15% | 0.95% | - |
| XYZ | 71.48 | 81.83 | 89.87 | - |
| YUV | 229.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 234 | 0.15 | 0 | 0.03 | 0.05 | 168.33 | 0.56 | 0.87 |
| Hex | CD | F1 | EA | F | 0 | 3 | 5 | A8 | 38 | 57 |
| Octal | 315 | 361 | 352 | 17 | 0 | 3 | 5 | 250 | 70 | 127 |
| Binary | 11001101 | 11110001 | 11101010 | 1111 | 0 | 11 | 101 | 10101000 | 111000 | 1010111 |
Color Harmonies of #CDF1EA
Complementary color
Monochromatic Colors of #CDF1EA
Black with #CDF1EA
Text Example
Text Example
White with #CDF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1EA; }
p { color: rgb(205,241,234); }
H1.HeaderClassName
{
color: #CDF1EA;
}
.AnyTagClassName
{
color: #CDF1EA;
}
</style>
background-color css
<style>
a { background-color: #CDF1EA; }
a { background-color: rgb(205,241,234); }
div.DivClassName
{
background-color: #CDF1EA;
}
.BgClassName
{
background-color: #CDF1EA;
}
</style>
border-color css
<style>
span { border-color: #CDF1EA; }
span { border-color: rgb(205,241,234); }
td.TdClassName
{
border-color: #CDF1EA;
}
.TagClassName
{
border-color: #CDF1EA;
}
</style>