Shades of Onahau #CFE8ED
Tints of Onahau #CFE8ED
RGB
CMYK
RGB Variations
Color information
#CFE8ED (or 0xCFE8ED) is known color: Onahau. HEX triplet: CF, E8 and ED. RGB value is (207,232,237). Sum of RGB (Red+Green+Blue) = 207+232+237=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8ED is #301712. Grayscale: #E1E1E1. Windows color (decimal): -3151635 or 15591631. OLE color: 15591631.
HSL color Cylindrical-coordinate representation of color #CFE8ED: hue angle of 190º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE8ED is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 232 | 237 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.07 |
| HSL | 190º | 0.45% | 0.87% | - |
| HSV(B) | 190º | 0.13% | 0.93% | - |
| XYZ | 69.87 | 77.09 | 91.32 | - |
| YUV | 225.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 237 | 0.13 | 0.02 | 0 | 0.07 | 190 | 0.45 | 0.87 |
| Hex | CF | E8 | ED | D | 2 | 0 | 7 | BE | 2D | 57 |
| Octal | 317 | 350 | 355 | 15 | 2 | 0 | 7 | 276 | 55 | 127 |
| Binary | 11001111 | 11101000 | 11101101 | 1101 | 10 | 0 | 111 | 10111110 | 101101 | 1010111 |
Color Harmonies of #CFE8ED
Complementary color
Monochromatic Colors of #CFE8ED
Black with #CFE8ED
Text Example
Text Example
White with #CFE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8ED; }
p { color: rgb(207,232,237); }
H1.HeaderClassName
{
color: #CFE8ED;
}
.AnyTagClassName
{
color: #CFE8ED;
}
</style>
background-color css
<style>
a { background-color: #CFE8ED; }
a { background-color: rgb(207,232,237); }
div.DivClassName
{
background-color: #CFE8ED;
}
.BgClassName
{
background-color: #CFE8ED;
}
</style>
border-color css
<style>
span { border-color: #CFE8ED; }
span { border-color: rgb(207,232,237); }
td.TdClassName
{
border-color: #CFE8ED;
}
.TagClassName
{
border-color: #CFE8ED;
}
</style>