Shades of Foam #CDF8F1
Tints of Foam #CDF8F1
RGB
CMYK
RGB Variations
Color information
#CDF8F1 (or 0xCDF8F1) is known color: Foam. HEX triplet: CD, F8 and F1. RGB value is (205,248,241). Sum of RGB (Red+Green+Blue) = 205+248+241=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8F1 is #32070E. Grayscale: #EAEAEA. Windows color (decimal): -3278607 or 15857869. OLE color: 15857869.
HSL color Cylindrical-coordinate representation of color #CDF8F1: hue angle of 170.23º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF8F1 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
RGB | 205 | 248 | 241 | - |
CMYK | 0.17 | 0 | 0.03 | 0.03 |
HSL | 170.23º | 0.75% | 0.89% | - |
HSV(B) | 170.23º | 0.17% | 0.97% | - |
XYZ | 74.62 | 86.46 | 95.98 | - |
YUV | 234.35 | 131.75 | 107.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 248 | 241 | 0.17 | 0 | 0.03 | 0.03 | 170.23 | 0.75 | 0.89 |
Hex | CD | F8 | F1 | 11 | 0 | 3 | 3 | AA | 4B | 59 |
Octal | 315 | 370 | 361 | 21 | 0 | 3 | 3 | 252 | 113 | 131 |
Binary | 11001101 | 11111000 | 11110001 | 10001 | 0 | 11 | 11 | 10101010 | 1001011 | 1011001 |
Color Harmonies of #CDF8F1
Complementary color
Monochromatic Colors of #CDF8F1
Black with #CDF8F1
Text Example
Text Example
White with #CDF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8F1; }
p { color: rgb(205,248,241); }
H1.HeaderClassName
{
color: #CDF8F1;
}
.AnyTagClassName
{
color: #CDF8F1;
}
</style>
background-color css
<style>
a { background-color: #CDF8F1; }
a { background-color: rgb(205,248,241); }
div.DivClassName
{
background-color: #CDF8F1;
}
.BgClassName
{
background-color: #CDF8F1;
}
</style>
border-color css
<style>
span { border-color: #CDF8F1; }
span { border-color: rgb(205,248,241); }
td.TdClassName
{
border-color: #CDF8F1;
}
.TagClassName
{
border-color: #CDF8F1;
}
</style>