Shades of Onahau #C7DBE3
Tints of Onahau #C7DBE3
RGB
CMYK
RGB Variations
Color information
#C7DBE3 (or 0xC7DBE3) is known color: Onahau. HEX triplet: C7, DB and E3. RGB value is (199,219,227). Sum of RGB (Red+Green+Blue) = 199+219+227=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #C7DBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBE3 is #38241C. Grayscale: #D5D5D5. Windows color (decimal): -3679261 or 14932935. OLE color: 14932935.
HSL color Cylindrical-coordinate representation of color #C7DBE3: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DBE3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 219 | 227 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.11 |
| HSL | 197.14º | 0.33% | 0.84% | - |
| HSV(B) | 197.14º | 0.12% | 0.89% | - |
| XYZ | 62.75 | 68.35 | 82.56 | - |
| YUV | 213.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 227 | 0.12 | 0.04 | 0 | 0.11 | 197.14 | 0.33 | 0.84 |
| Hex | C7 | DB | E3 | C | 4 | 0 | B | C5 | 21 | 54 |
| Octal | 307 | 333 | 343 | 14 | 4 | 0 | 13 | 305 | 41 | 124 |
| Binary | 11000111 | 11011011 | 11100011 | 1100 | 100 | 0 | 1011 | 11000101 | 100001 | 1010100 |
Color Harmonies of #C7DBE3
Complementary color
Monochromatic Colors of #C7DBE3
Black with #C7DBE3
Text Example
Text Example
White with #C7DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBE3; }
p { color: rgb(199,219,227); }
H1.HeaderClassName
{
color: #C7DBE3;
}
.AnyTagClassName
{
color: #C7DBE3;
}
</style>
background-color css
<style>
a { background-color: #C7DBE3; }
a { background-color: rgb(199,219,227); }
div.DivClassName
{
background-color: #C7DBE3;
}
.BgClassName
{
background-color: #C7DBE3;
}
</style>
border-color css
<style>
span { border-color: #C7DBE3; }
span { border-color: rgb(199,219,227); }
td.TdClassName
{
border-color: #C7DBE3;
}
.TagClassName
{
border-color: #C7DBE3;
}
</style>