Shades of Onahau #C0DFE4
Tints of Onahau #C0DFE4
RGB
CMYK
RGB Variations
Color information
#C0DFE4 (or 0xC0DFE4) is known color: Onahau. HEX triplet: C0, DF and E4. RGB value is (192,223,228). Sum of RGB (Red+Green+Blue) = 192+223+228=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0DFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFE4 is #3F201B. Grayscale: #D6D6D6. Windows color (decimal): -4136988 or 14999488. OLE color: 14999488.
HSL color Cylindrical-coordinate representation of color #C0DFE4: hue angle of 188.33º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0DFE4 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 223 | 228 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.11 |
| HSL | 188.33º | 0.4% | 0.82% | - |
| HSV(B) | 188.33º | 0.16% | 0.89% | - |
| XYZ | 62.13 | 69.58 | 83.56 | - |
| YUV | 214.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 228 | 0.16 | 0.02 | 0 | 0.11 | 188.33 | 0.4 | 0.82 |
| Hex | C0 | DF | E4 | 10 | 2 | 0 | B | BC | 28 | 52 |
| Octal | 300 | 337 | 344 | 20 | 2 | 0 | 13 | 274 | 50 | 122 |
| Binary | 11000000 | 11011111 | 11100100 | 10000 | 10 | 0 | 1011 | 10111100 | 101000 | 1010010 |
Color Harmonies of #C0DFE4
Complementary color
Monochromatic Colors of #C0DFE4
Black with #C0DFE4
Text Example
Text Example
White with #C0DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFE4; }
p { color: rgb(192,223,228); }
H1.HeaderClassName
{
color: #C0DFE4;
}
.AnyTagClassName
{
color: #C0DFE4;
}
</style>
background-color css
<style>
a { background-color: #C0DFE4; }
a { background-color: rgb(192,223,228); }
div.DivClassName
{
background-color: #C0DFE4;
}
.BgClassName
{
background-color: #C0DFE4;
}
</style>
border-color css
<style>
span { border-color: #C0DFE4; }
span { border-color: rgb(192,223,228); }
td.TdClassName
{
border-color: #C0DFE4;
}
.TagClassName
{
border-color: #C0DFE4;
}
</style>