Shades of Foam #CFE6E5
Tints of Foam #CFE6E5
RGB
CMYK
RGB Variations
Color information
#CFE6E5 (or 0xCFE6E5) is known color: Foam. HEX triplet: CF, E6 and E5. RGB value is (207,230,229). Sum of RGB (Red+Green+Blue) = 207+230+229=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6E5 is #30191A. Grayscale: #DEDEDE. Windows color (decimal): -3152155 or 15066831. OLE color: 15066831.
HSL color Cylindrical-coordinate representation of color #CFE6E5: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6E5 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 207 | 230 | 229 | - |
CMYK | 0.10 | 0 | 0.00 | 0.10 |
HSL | 177.39º | 0.32% | 0.86% | - |
HSV(B) | 177.39º | 0.1% | 0.9% | - |
XYZ | 68.17 | 75.52 | 85.11 | - |
YUV | 223.01 | 131.38 | 116.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 230 | 229 | 0.10 | 0 | 0.00 | 0.10 | 177.39 | 0.32 | 0.86 |
Hex | CF | E6 | E5 | A | 0 | 0 | A | B1 | 20 | 56 |
Octal | 317 | 346 | 345 | 12 | 0 | 0 | 12 | 261 | 40 | 126 |
Binary | 11001111 | 11100110 | 11100101 | 1010 | 0 | 0 | 1010 | 10110001 | 100000 | 1010110 |
Color Harmonies of #CFE6E5
Complementary color
Monochromatic Colors of #CFE6E5
Black with #CFE6E5
Text Example
Text Example
White with #CFE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6E5; }
p { color: rgb(207,230,229); }
H1.HeaderClassName
{
color: #CFE6E5;
}
.AnyTagClassName
{
color: #CFE6E5;
}
</style>
background-color css
<style>
a { background-color: #CFE6E5; }
a { background-color: rgb(207,230,229); }
div.DivClassName
{
background-color: #CFE6E5;
}
.BgClassName
{
background-color: #CFE6E5;
}
</style>
border-color css
<style>
span { border-color: #CFE6E5; }
span { border-color: rgb(207,230,229); }
td.TdClassName
{
border-color: #CFE6E5;
}
.TagClassName
{
border-color: #CFE6E5;
}
</style>