Shades of Foam #CDF3EC
Tints of Foam #CDF3EC
RGB
CMYK
RGB Variations
Color information
#CDF3EC (or 0xCDF3EC) is known color: Foam. HEX triplet: CD, F3 and EC. RGB value is (205,243,236). Sum of RGB (Red+Green+Blue) = 205+243+236=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF3EC is #320C13. Grayscale: #E6E6E6. Windows color (decimal): -3279892 or 15528909. OLE color: 15528909.
HSL color Cylindrical-coordinate representation of color #CDF3EC: hue angle of 168.95º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3EC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 236 | - |
CMYK | 0.16 | 0 | 0.03 | 0.05 |
HSL | 168.95º | 0.61% | 0.88% | - |
HSV(B) | 168.95º | 0.16% | 0.95% | - |
XYZ | 72.37 | 83.14 | 91.59 | - |
YUV | 230.84 | 130.91 | 109.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 236 | 0.16 | 0 | 0.03 | 0.05 | 168.95 | 0.61 | 0.88 |
Hex | CD | F3 | EC | 10 | 0 | 3 | 5 | A9 | 3D | 58 |
Octal | 315 | 363 | 354 | 20 | 0 | 3 | 5 | 251 | 75 | 130 |
Binary | 11001101 | 11110011 | 11101100 | 10000 | 0 | 11 | 101 | 10101001 | 111101 | 1011000 |
Color Harmonies of #CDF3EC
Complementary color
Monochromatic Colors of #CDF3EC
Black with #CDF3EC
Text Example
Text Example
White with #CDF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3EC; }
p { color: rgb(205,243,236); }
H1.HeaderClassName
{
color: #CDF3EC;
}
.AnyTagClassName
{
color: #CDF3EC;
}
</style>
background-color css
<style>
a { background-color: #CDF3EC; }
a { background-color: rgb(205,243,236); }
div.DivClassName
{
background-color: #CDF3EC;
}
.BgClassName
{
background-color: #CDF3EC;
}
</style>
border-color css
<style>
span { border-color: #CDF3EC; }
span { border-color: rgb(205,243,236); }
td.TdClassName
{
border-color: #CDF3EC;
}
.TagClassName
{
border-color: #CDF3EC;
}
</style>