Shades of Aqua Squeeze #CFEAD1
Tints of Aqua Squeeze #CFEAD1
RGB
CMYK
RGB Variations
Color information
#CFEAD1 (or 0xCFEAD1) is known color: Aqua Squeeze. HEX triplet: CF, EA and D1. RGB value is (207,234,209). Sum of RGB (Red+Green+Blue) = 207+234+209=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAD1 is #30152E. Grayscale: #DFDFDF. Windows color (decimal): -3151151 or 13757135. OLE color: 13757135.
HSL color Cylindrical-coordinate representation of color #CFEAD1: hue angle of 124.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAD1 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 209 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.08 |
| HSL | 124.44º | 0.39% | 0.86% | - |
| HSV(B) | 124.44º | 0.12% | 0.92% | - |
| XYZ | 66.66 | 76.71 | 71.62 | - |
| YUV | 223.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 209 | 0.12 | 0 | 0.11 | 0.08 | 124.44 | 0.39 | 0.86 |
| Hex | CF | EA | D1 | C | 0 | B | 8 | 7C | 27 | 56 |
| Octal | 317 | 352 | 321 | 14 | 0 | 13 | 10 | 174 | 47 | 126 |
| Binary | 11001111 | 11101010 | 11010001 | 1100 | 0 | 1011 | 1000 | 1111100 | 100111 | 1010110 |
Color Harmonies of #CFEAD1
Complementary color
Monochromatic Colors of #CFEAD1
Black with #CFEAD1
Text Example
Text Example
White with #CFEAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAD1; }
p { color: rgb(207,234,209); }
H1.HeaderClassName
{
color: #CFEAD1;
}
.AnyTagClassName
{
color: #CFEAD1;
}
</style>
background-color css
<style>
a { background-color: #CFEAD1; }
a { background-color: rgb(207,234,209); }
div.DivClassName
{
background-color: #CFEAD1;
}
.BgClassName
{
background-color: #CFEAD1;
}
</style>
border-color css
<style>
span { border-color: #CFEAD1; }
span { border-color: rgb(207,234,209); }
td.TdClassName
{
border-color: #CFEAD1;
}
.TagClassName
{
border-color: #CFEAD1;
}
</style>