Shades of Onahau #CFE0E4
Tints of Onahau #CFE0E4
RGB
CMYK
RGB Variations
Color information
#CFE0E4 (or 0xCFE0E4) is known color: Onahau. HEX triplet: CF, E0 and E4. RGB value is (207,224,228). Sum of RGB (Red+Green+Blue) = 207+224+228=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0E4 is #301F1B. Grayscale: #DBDBDB. Windows color (decimal): -3153692 or 14999759. OLE color: 14999759.
HSL color Cylindrical-coordinate representation of color #CFE0E4: hue angle of 191.43º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE0E4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 224 | 228 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.11 |
| HSL | 191.43º | 0.28% | 0.85% | - |
| HSV(B) | 191.43º | 0.09% | 0.89% | - |
| XYZ | 66.39 | 72.18 | 83.83 | - |
| YUV | 219.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 228 | 0.09 | 0.02 | 0 | 0.11 | 191.43 | 0.28 | 0.85 |
| Hex | CF | E0 | E4 | 9 | 2 | 0 | B | BF | 1C | 55 |
| Octal | 317 | 340 | 344 | 11 | 2 | 0 | 13 | 277 | 34 | 125 |
| Binary | 11001111 | 11100000 | 11100100 | 1001 | 10 | 0 | 1011 | 10111111 | 11100 | 1010101 |
Color Harmonies of #CFE0E4
Complementary color
Monochromatic Colors of #CFE0E4
Black with #CFE0E4
Text Example
Text Example
White with #CFE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0E4; }
p { color: rgb(207,224,228); }
H1.HeaderClassName
{
color: #CFE0E4;
}
.AnyTagClassName
{
color: #CFE0E4;
}
</style>
background-color css
<style>
a { background-color: #CFE0E4; }
a { background-color: rgb(207,224,228); }
div.DivClassName
{
background-color: #CFE0E4;
}
.BgClassName
{
background-color: #CFE0E4;
}
</style>
border-color css
<style>
span { border-color: #CFE0E4; }
span { border-color: rgb(207,224,228); }
td.TdClassName
{
border-color: #CFE0E4;
}
.TagClassName
{
border-color: #CFE0E4;
}
</style>