Shades of Onahau #C6DAE0
Tints of Onahau #C6DAE0
RGB
CMYK
RGB Variations
Color information
#C6DAE0 (or 0xC6DAE0) is known color: Onahau. HEX triplet: C6, DA and E0. RGB value is (198,218,224). Sum of RGB (Red+Green+Blue) = 198+218+224=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DAE0 is #39251F. Grayscale: #D4D4D4. Windows color (decimal): -3745056 or 14736070. OLE color: 14736070.
HSL color Cylindrical-coordinate representation of color #C6DAE0: hue angle of 193.85º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6DAE0 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 218 | 224 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.12 |
| HSL | 193.85º | 0.3% | 0.83% | - |
| HSV(B) | 193.85º | 0.12% | 0.88% | - |
| XYZ | 61.81 | 67.53 | 80.3 | - |
| YUV | 212.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 224 | 0.12 | 0.03 | 0 | 0.12 | 193.85 | 0.3 | 0.83 |
| Hex | C6 | DA | E0 | C | 3 | 0 | C | C2 | 1E | 53 |
| Octal | 306 | 332 | 340 | 14 | 3 | 0 | 14 | 302 | 36 | 123 |
| Binary | 11000110 | 11011010 | 11100000 | 1100 | 11 | 0 | 1100 | 11000010 | 11110 | 1010011 |
Color Harmonies of #C6DAE0
Complementary color
Monochromatic Colors of #C6DAE0
Black with #C6DAE0
Text Example
Text Example
White with #C6DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAE0; }
p { color: rgb(198,218,224); }
H1.HeaderClassName
{
color: #C6DAE0;
}
.AnyTagClassName
{
color: #C6DAE0;
}
</style>
background-color css
<style>
a { background-color: #C6DAE0; }
a { background-color: rgb(198,218,224); }
div.DivClassName
{
background-color: #C6DAE0;
}
.BgClassName
{
background-color: #C6DAE0;
}
</style>
border-color css
<style>
span { border-color: #C6DAE0; }
span { border-color: rgb(198,218,224); }
td.TdClassName
{
border-color: #C6DAE0;
}
.TagClassName
{
border-color: #C6DAE0;
}
</style>