Shades of Onahau #C9DADF
Tints of Onahau #C9DADF
RGB
CMYK
RGB Variations
Color information
#C9DADF (or 0xC9DADF) is known color: Onahau. HEX triplet: C9, DA and DF. RGB value is (201,218,223). Sum of RGB (Red+Green+Blue) = 201+218+223=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADF is #362520. Grayscale: #D5D5D5. Windows color (decimal): -3548449 or 14670537. OLE color: 14670537.
HSL color Cylindrical-coordinate representation of color #C9DADF: hue angle of 193.64º 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 #C9DADF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 218 | 223 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.13 |
| HSL | 193.64º | 0.26% | 0.83% | - |
| HSV(B) | 193.64º | 0.1% | 0.87% | - |
| XYZ | 62.48 | 67.89 | 79.62 | - |
| YUV | 213.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 223 | 0.10 | 0.02 | 0 | 0.13 | 193.64 | 0.26 | 0.83 |
| Hex | C9 | DA | DF | A | 2 | 0 | D | C2 | 1A | 53 |
| Octal | 311 | 332 | 337 | 12 | 2 | 0 | 15 | 302 | 32 | 123 |
| Binary | 11001001 | 11011010 | 11011111 | 1010 | 10 | 0 | 1101 | 11000010 | 11010 | 1010011 |
Color Harmonies of #C9DADF
Complementary color
Monochromatic Colors of #C9DADF
Black with #C9DADF
Text Example
Text Example
White with #C9DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DADF; }
p { color: rgb(201,218,223); }
H1.HeaderClassName
{
color: #C9DADF;
}
.AnyTagClassName
{
color: #C9DADF;
}
</style>
background-color css
<style>
a { background-color: #C9DADF; }
a { background-color: rgb(201,218,223); }
div.DivClassName
{
background-color: #C9DADF;
}
.BgClassName
{
background-color: #C9DADF;
}
</style>
border-color css
<style>
span { border-color: #C9DADF; }
span { border-color: rgb(201,218,223); }
td.TdClassName
{
border-color: #C9DADF;
}
.TagClassName
{
border-color: #C9DADF;
}
</style>