Shades of Onahau #C7DBE0
Tints of Onahau #C7DBE0
RGB
CMYK
RGB Variations
Color information
#C7DBE0 (or 0xC7DBE0) is known color: Onahau. HEX triplet: C7, DB and E0. RGB value is (199,219,224). Sum of RGB (Red+Green+Blue) = 199+219+224=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7DBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBE0 is #38241F. Grayscale: #D5D5D5. Windows color (decimal): -3679264 or 14736327. OLE color: 14736327.
HSL color Cylindrical-coordinate representation of color #C7DBE0: hue angle of 192º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DBE0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 219 | 224 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.12 |
| HSL | 192º | 0.29% | 0.83% | - |
| HSV(B) | 192º | 0.11% | 0.88% | - |
| XYZ | 62.34 | 68.19 | 80.4 | - |
| YUV | 213.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 224 | 0.11 | 0.02 | 0 | 0.12 | 192 | 0.29 | 0.83 |
| Hex | C7 | DB | E0 | B | 2 | 0 | C | C0 | 1D | 53 |
| Octal | 307 | 333 | 340 | 13 | 2 | 0 | 14 | 300 | 35 | 123 |
| Binary | 11000111 | 11011011 | 11100000 | 1011 | 10 | 0 | 1100 | 11000000 | 11101 | 1010011 |
Color Harmonies of #C7DBE0
Complementary color
Monochromatic Colors of #C7DBE0
Black with #C7DBE0
Text Example
Text Example
White with #C7DBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBE0; }
p { color: rgb(199,219,224); }
H1.HeaderClassName
{
color: #C7DBE0;
}
.AnyTagClassName
{
color: #C7DBE0;
}
</style>
background-color css
<style>
a { background-color: #C7DBE0; }
a { background-color: rgb(199,219,224); }
div.DivClassName
{
background-color: #C7DBE0;
}
.BgClassName
{
background-color: #C7DBE0;
}
</style>
border-color css
<style>
span { border-color: #C7DBE0; }
span { border-color: rgb(199,219,224); }
td.TdClassName
{
border-color: #C7DBE0;
}
.TagClassName
{
border-color: #C7DBE0;
}
</style>