Shades of Foam #CDF3F0
Tints of Foam #CDF3F0
RGB
CMYK
RGB Variations
Color information
#CDF3F0 (or 0xCDF3F0) is known color: Foam. HEX triplet: CD, F3 and F0. RGB value is (205,243,240). Sum of RGB (Red+Green+Blue) = 205+243+240=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF3F0 is #320C0F. Grayscale: #E7E7E7. Windows color (decimal): -3279888 or 15791053. OLE color: 15791053.
HSL color Cylindrical-coordinate representation of color #CDF3F0: hue angle of 175.26º 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 #CDF3F0 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 240 | - |
CMYK | 0.16 | 0 | 0.01 | 0.05 |
HSL | 175.26º | 0.61% | 0.88% | - |
HSV(B) | 175.26º | 0.16% | 0.95% | - |
XYZ | 72.96 | 83.37 | 94.69 | - |
YUV | 231.3 | 132.91 | 109.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 240 | 0.16 | 0 | 0.01 | 0.05 | 175.26 | 0.61 | 0.88 |
Hex | CD | F3 | F0 | 10 | 0 | 1 | 5 | AF | 3D | 58 |
Octal | 315 | 363 | 360 | 20 | 0 | 1 | 5 | 257 | 75 | 130 |
Binary | 11001101 | 11110011 | 11110000 | 10000 | 0 | 1 | 101 | 10101111 | 111101 | 1011000 |
Color Harmonies of #CDF3F0
Complementary color
Monochromatic Colors of #CDF3F0
Black with #CDF3F0
Text Example
Text Example
White with #CDF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3F0; }
p { color: rgb(205,243,240); }
H1.HeaderClassName
{
color: #CDF3F0;
}
.AnyTagClassName
{
color: #CDF3F0;
}
</style>
background-color css
<style>
a { background-color: #CDF3F0; }
a { background-color: rgb(205,243,240); }
div.DivClassName
{
background-color: #CDF3F0;
}
.BgClassName
{
background-color: #CDF3F0;
}
</style>
border-color css
<style>
span { border-color: #CDF3F0; }
span { border-color: rgb(205,243,240); }
td.TdClassName
{
border-color: #CDF3F0;
}
.TagClassName
{
border-color: #CDF3F0;
}
</style>