Shades of Foam #CFE7E6
Tints of Foam #CFE7E6
RGB
CMYK
RGB Variations
Color information
#CFE7E6 (or 0xCFE7E6) is known color: Foam. HEX triplet: CF, E7 and E6. RGB value is (207,231,230). Sum of RGB (Red+Green+Blue) = 207+231+230=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7E6 is #301819. Grayscale: #DFDFDF. Windows color (decimal): -3151898 or 15132623. OLE color: 15132623.
HSL color Cylindrical-coordinate representation of color #CFE7E6: hue angle of 177.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7E6 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 231 | 230 | - |
CMYK | 0.10 | 0 | 0.00 | 0.09 |
HSL | 177.5º | 0.33% | 0.86% | - |
HSV(B) | 177.5º | 0.1% | 0.91% | - |
XYZ | 68.59 | 76.13 | 85.94 | - |
YUV | 223.71 | 131.55 | 116.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 231 | 230 | 0.10 | 0 | 0.00 | 0.09 | 177.5 | 0.33 | 0.86 |
Hex | CF | E7 | E6 | A | 0 | 0 | 9 | B2 | 21 | 56 |
Octal | 317 | 347 | 346 | 12 | 0 | 0 | 11 | 262 | 41 | 126 |
Binary | 11001111 | 11100111 | 11100110 | 1010 | 0 | 0 | 1001 | 10110010 | 100001 | 1010110 |
Color Harmonies of #CFE7E6
Complementary color
Monochromatic Colors of #CFE7E6
Black with #CFE7E6
Text Example
Text Example
White with #CFE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7E6; }
p { color: rgb(207,231,230); }
H1.HeaderClassName
{
color: #CFE7E6;
}
.AnyTagClassName
{
color: #CFE7E6;
}
</style>
background-color css
<style>
a { background-color: #CFE7E6; }
a { background-color: rgb(207,231,230); }
div.DivClassName
{
background-color: #CFE7E6;
}
.BgClassName
{
background-color: #CFE7E6;
}
</style>
border-color css
<style>
span { border-color: #CFE7E6; }
span { border-color: rgb(207,231,230); }
td.TdClassName
{
border-color: #CFE7E6;
}
.TagClassName
{
border-color: #CFE7E6;
}
</style>