Shades of Aqua Squeeze #CFE7D0
Tints of Aqua Squeeze #CFE7D0
RGB
CMYK
RGB Variations
Color information
#CFE7D0 (or 0xCFE7D0) is known color: Aqua Squeeze. HEX triplet: CF, E7 and D0. RGB value is (207,231,208). Sum of RGB (Red+Green+Blue) = 207+231+208=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7D0 is #30182F. Grayscale: #DDDDDD. Windows color (decimal): -3151920 or 13690831. OLE color: 13690831.
HSL color Cylindrical-coordinate representation of color #CFE7D0: hue angle of 122.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 #CFE7D0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 208 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.09 |
| HSL | 122.5º | 0.33% | 0.86% | - |
| HSV(B) | 122.5º | 0.1% | 0.91% | - |
| XYZ | 65.69 | 74.97 | 70.68 | - |
| YUV | 221.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 208 | 0.10 | 0 | 0.10 | 0.09 | 122.5 | 0.33 | 0.86 |
| Hex | CF | E7 | D0 | A | 0 | A | 9 | 7B | 21 | 56 |
| Octal | 317 | 347 | 320 | 12 | 0 | 12 | 11 | 173 | 41 | 126 |
| Binary | 11001111 | 11100111 | 11010000 | 1010 | 0 | 1010 | 1001 | 1111011 | 100001 | 1010110 |
Color Harmonies of #CFE7D0
Complementary color
Monochromatic Colors of #CFE7D0
Black with #CFE7D0
Text Example
Text Example
White with #CFE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7D0; }
p { color: rgb(207,231,208); }
H1.HeaderClassName
{
color: #CFE7D0;
}
.AnyTagClassName
{
color: #CFE7D0;
}
</style>
background-color css
<style>
a { background-color: #CFE7D0; }
a { background-color: rgb(207,231,208); }
div.DivClassName
{
background-color: #CFE7D0;
}
.BgClassName
{
background-color: #CFE7D0;
}
</style>
border-color css
<style>
span { border-color: #CFE7D0; }
span { border-color: rgb(207,231,208); }
td.TdClassName
{
border-color: #CFE7D0;
}
.TagClassName
{
border-color: #CFE7D0;
}
</style>