Shades of Onahau #CFE7EC
Tints of Onahau #CFE7EC
RGB
CMYK
RGB Variations
Color information
#CFE7EC (or 0xCFE7EC) is known color: Onahau. HEX triplet: CF, E7 and EC. RGB value is (207,231,236). Sum of RGB (Red+Green+Blue) = 207+231+236=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7EC is #301813. Grayscale: #E0E0E0. Windows color (decimal): -3151892 or 15525839. OLE color: 15525839.
HSL color Cylindrical-coordinate representation of color #CFE7EC: hue angle of 190.34º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE7EC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 231 | 236 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.07 |
| HSL | 190.34º | 0.43% | 0.87% | - |
| HSV(B) | 190.34º | 0.12% | 0.93% | - |
| XYZ | 69.45 | 76.47 | 90.46 | - |
| YUV | 224.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 236 | 0.12 | 0.02 | 0 | 0.07 | 190.34 | 0.43 | 0.87 |
| Hex | CF | E7 | EC | C | 2 | 0 | 7 | BE | 2B | 57 |
| Octal | 317 | 347 | 354 | 14 | 2 | 0 | 7 | 276 | 53 | 127 |
| Binary | 11001111 | 11100111 | 11101100 | 1100 | 10 | 0 | 111 | 10111110 | 101011 | 1010111 |
Color Harmonies of #CFE7EC
Complementary color
Monochromatic Colors of #CFE7EC
Black with #CFE7EC
Text Example
Text Example
White with #CFE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7EC; }
p { color: rgb(207,231,236); }
H1.HeaderClassName
{
color: #CFE7EC;
}
.AnyTagClassName
{
color: #CFE7EC;
}
</style>
background-color css
<style>
a { background-color: #CFE7EC; }
a { background-color: rgb(207,231,236); }
div.DivClassName
{
background-color: #CFE7EC;
}
.BgClassName
{
background-color: #CFE7EC;
}
</style>
border-color css
<style>
span { border-color: #CFE7EC; }
span { border-color: rgb(207,231,236); }
td.TdClassName
{
border-color: #CFE7EC;
}
.TagClassName
{
border-color: #CFE7EC;
}
</style>