Shades of Foam #CFF1ED
Tints of Foam #CFF1ED
RGB
CMYK
RGB Variations
Color information
#CFF1ED (or 0xCFF1ED) is known color: Foam. HEX triplet: CF, F1 and ED. RGB value is (207,241,237). Sum of RGB (Red+Green+Blue) = 207+241+237=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1ED is #300E12. Grayscale: #E6E6E6. Windows color (decimal): -3149331 or 15593935. OLE color: 15593935.
HSL color Cylindrical-coordinate representation of color #CFF1ED: hue angle of 172.94º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1ED is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 241 | 237 | - |
CMYK | 0.14 | 0 | 0.02 | 0.05 |
HSL | 172.94º | 0.55% | 0.88% | - |
HSV(B) | 172.94º | 0.14% | 0.95% | - |
XYZ | 72.47 | 82.29 | 92.18 | - |
YUV | 230.38 | 131.74 | 111.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 241 | 237 | 0.14 | 0 | 0.02 | 0.05 | 172.94 | 0.55 | 0.88 |
Hex | CF | F1 | ED | E | 0 | 2 | 5 | AD | 37 | 58 |
Octal | 317 | 361 | 355 | 16 | 0 | 2 | 5 | 255 | 67 | 130 |
Binary | 11001111 | 11110001 | 11101101 | 1110 | 0 | 10 | 101 | 10101101 | 110111 | 1011000 |
Color Harmonies of #CFF1ED
Complementary color
Monochromatic Colors of #CFF1ED
Black with #CFF1ED
Text Example
Text Example
White with #CFF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1ED; }
p { color: rgb(207,241,237); }
H1.HeaderClassName
{
color: #CFF1ED;
}
.AnyTagClassName
{
color: #CFF1ED;
}
</style>
background-color css
<style>
a { background-color: #CFF1ED; }
a { background-color: rgb(207,241,237); }
div.DivClassName
{
background-color: #CFF1ED;
}
.BgClassName
{
background-color: #CFF1ED;
}
</style>
border-color css
<style>
span { border-color: #CFF1ED; }
span { border-color: rgb(207,241,237); }
td.TdClassName
{
border-color: #CFF1ED;
}
.TagClassName
{
border-color: #CFF1ED;
}
</style>