Shades of Aqua Squeeze #CFE8D1
Tints of Aqua Squeeze #CFE8D1
RGB
CMYK
RGB Variations
Color information
#CFE8D1 (or 0xCFE8D1) is known color: Aqua Squeeze. HEX triplet: CF, E8 and D1. RGB value is (207,232,209). Sum of RGB (Red+Green+Blue) = 207+232+209=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8D1 is #30172E. Grayscale: #DDDDDD. Windows color (decimal): -3151663 or 13756623. OLE color: 13756623.
HSL color Cylindrical-coordinate representation of color #CFE8D1: hue angle of 124.8º degrees, saturation: 0.35, 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 #CFE8D1 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 209 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.09 |
| HSL | 124.8º | 0.35% | 0.86% | - |
| HSV(B) | 124.8º | 0.11% | 0.91% | - |
| XYZ | 66.1 | 75.58 | 71.43 | - |
| YUV | 221.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 209 | 0.11 | 0 | 0.10 | 0.09 | 124.8 | 0.35 | 0.86 |
| Hex | CF | E8 | D1 | B | 0 | A | 9 | 7D | 23 | 56 |
| Octal | 317 | 350 | 321 | 13 | 0 | 12 | 11 | 175 | 43 | 126 |
| Binary | 11001111 | 11101000 | 11010001 | 1011 | 0 | 1010 | 1001 | 1111101 | 100011 | 1010110 |
Color Harmonies of #CFE8D1
Complementary color
Monochromatic Colors of #CFE8D1
Black with #CFE8D1
Text Example
Text Example
White with #CFE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8D1; }
p { color: rgb(207,232,209); }
H1.HeaderClassName
{
color: #CFE8D1;
}
.AnyTagClassName
{
color: #CFE8D1;
}
</style>
background-color css
<style>
a { background-color: #CFE8D1; }
a { background-color: rgb(207,232,209); }
div.DivClassName
{
background-color: #CFE8D1;
}
.BgClassName
{
background-color: #CFE8D1;
}
</style>
border-color css
<style>
span { border-color: #CFE8D1; }
span { border-color: rgb(207,232,209); }
td.TdClassName
{
border-color: #CFE8D1;
}
.TagClassName
{
border-color: #CFE8D1;
}
</style>