Shades of Onahau #C7D9DE
Tints of Onahau #C7D9DE
RGB
CMYK
RGB Variations
Color information
#C7D9DE (or 0xC7D9DE) is known color: Onahau. HEX triplet: C7, D9 and DE. RGB value is (199,217,222). Sum of RGB (Red+Green+Blue) = 199+217+222=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9DE is #382621. Grayscale: #D4D4D4. Windows color (decimal): -3679778 or 14604743. OLE color: 14604743.
HSL color Cylindrical-coordinate representation of color #C7D9DE: hue angle of 193.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D9DE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 217 | 222 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.13 |
| HSL | 193.04º | 0.26% | 0.83% | - |
| HSV(B) | 193.04º | 0.1% | 0.87% | - |
| XYZ | 61.55 | 67.04 | 78.8 | - |
| YUV | 212.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 222 | 0.10 | 0.02 | 0 | 0.13 | 193.04 | 0.26 | 0.83 |
| Hex | C7 | D9 | DE | A | 2 | 0 | D | C1 | 1A | 53 |
| Octal | 307 | 331 | 336 | 12 | 2 | 0 | 15 | 301 | 32 | 123 |
| Binary | 11000111 | 11011001 | 11011110 | 1010 | 10 | 0 | 1101 | 11000001 | 11010 | 1010011 |
Color Harmonies of #C7D9DE
Complementary color
Monochromatic Colors of #C7D9DE
Black with #C7D9DE
Text Example
Text Example
White with #C7D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9DE; }
p { color: rgb(199,217,222); }
H1.HeaderClassName
{
color: #C7D9DE;
}
.AnyTagClassName
{
color: #C7D9DE;
}
</style>
background-color css
<style>
a { background-color: #C7D9DE; }
a { background-color: rgb(199,217,222); }
div.DivClassName
{
background-color: #C7D9DE;
}
.BgClassName
{
background-color: #C7D9DE;
}
</style>
border-color css
<style>
span { border-color: #C7D9DE; }
span { border-color: rgb(199,217,222); }
td.TdClassName
{
border-color: #C7D9DE;
}
.TagClassName
{
border-color: #C7D9DE;
}
</style>