Shades of Aqua Squeeze #CFE9CF
Tints of Aqua Squeeze #CFE9CF
RGB
CMYK
RGB Variations
Color information
#CFE9CF (or 0xCFE9CF) is known color: Aqua Squeeze. HEX triplet: CF, E9 and CF. RGB value is (207,233,207). Sum of RGB (Red+Green+Blue) = 207+233+207=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9CF is #301630. Grayscale: #DEDEDE. Windows color (decimal): -3151409 or 13625807. OLE color: 13625807.
HSL color Cylindrical-coordinate representation of color #CFE9CF: hue angle of 120º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9CF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 207 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.09 |
| HSL | 120º | 0.37% | 0.86% | - |
| HSV(B) | 120º | 0.11% | 0.91% | - |
| XYZ | 66.13 | 76.05 | 70.22 | - |
| YUV | 222.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 207 | 0.11 | 0 | 0.11 | 0.09 | 120 | 0.37 | 0.86 |
| Hex | CF | E9 | CF | B | 0 | B | 9 | 78 | 25 | 56 |
| Octal | 317 | 351 | 317 | 13 | 0 | 13 | 11 | 170 | 45 | 126 |
| Binary | 11001111 | 11101001 | 11001111 | 1011 | 0 | 1011 | 1001 | 1111000 | 100101 | 1010110 |
Color Harmonies of #CFE9CF
Complementary color
Monochromatic Colors of #CFE9CF
Black with #CFE9CF
Text Example
Text Example
White with #CFE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9CF; }
p { color: rgb(207,233,207); }
H1.HeaderClassName
{
color: #CFE9CF;
}
.AnyTagClassName
{
color: #CFE9CF;
}
</style>
background-color css
<style>
a { background-color: #CFE9CF; }
a { background-color: rgb(207,233,207); }
div.DivClassName
{
background-color: #CFE9CF;
}
.BgClassName
{
background-color: #CFE9CF;
}
</style>
border-color css
<style>
span { border-color: #CFE9CF; }
span { border-color: rgb(207,233,207); }
td.TdClassName
{
border-color: #CFE9CF;
}
.TagClassName
{
border-color: #CFE9CF;
}
</style>