Shades of Foam #CEFDF5
Tints of Foam #CEFDF5
RGB
CMYK
RGB Variations
Color information
#CEFDF5 (or 0xCEFDF5) is known color: Foam. HEX triplet: CE, FD and F5. RGB value is (206,253,245). Sum of RGB (Red+Green+Blue) = 206+253+245=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDF5 is #31020A. Grayscale: #EEEEEE. Windows color (decimal): -3211787 or 16121294. OLE color: 16121294.
HSL color Cylindrical-coordinate representation of color #CEFDF5: hue angle of 169.79º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDF5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 245 | - |
CMYK | 0.19 | 0 | 0.03 | 0.01 |
HSL | 169.79º | 0.92% | 0.9% | - |
HSV(B) | 169.79º | 0.19% | 0.99% | - |
XYZ | 77.06 | 89.96 | 99.69 | - |
YUV | 238.04 | 131.93 | 105.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 245 | 0.19 | 0 | 0.03 | 0.01 | 169.79 | 0.92 | 0.9 |
Hex | CE | FD | F5 | 13 | 0 | 3 | 1 | AA | 5C | 5A |
Octal | 316 | 375 | 365 | 23 | 0 | 3 | 1 | 252 | 134 | 132 |
Binary | 11001110 | 11111101 | 11110101 | 10011 | 0 | 11 | 1 | 10101010 | 1011100 | 1011010 |
Color Harmonies of #CEFDF5
Complementary color
Monochromatic Colors of #CEFDF5
Black with #CEFDF5
Text Example
Text Example
White with #CEFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDF5; }
p { color: rgb(206,253,245); }
H1.HeaderClassName
{
color: #CEFDF5;
}
.AnyTagClassName
{
color: #CEFDF5;
}
</style>
background-color css
<style>
a { background-color: #CEFDF5; }
a { background-color: rgb(206,253,245); }
div.DivClassName
{
background-color: #CEFDF5;
}
.BgClassName
{
background-color: #CEFDF5;
}
</style>
border-color css
<style>
span { border-color: #CEFDF5; }
span { border-color: rgb(206,253,245); }
td.TdClassName
{
border-color: #CEFDF5;
}
.TagClassName
{
border-color: #CEFDF5;
}
</style>