Shades of Onahau #C5DDE5
Tints of Onahau #C5DDE5
RGB
CMYK
RGB Variations
Color information
#C5DDE5 (or 0xC5DDE5) is known color: Onahau. HEX triplet: C5, DD and E5. RGB value is (197,221,229). Sum of RGB (Red+Green+Blue) = 197+221+229=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDE5 is #3A221A. Grayscale: #D6D6D6. Windows color (decimal): -3809819 or 15064517. OLE color: 15064517.
HSL color Cylindrical-coordinate representation of color #C5DDE5: hue angle of 195º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DDE5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 221 | 229 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.10 |
| HSL | 195º | 0.38% | 0.84% | - |
| HSV(B) | 195º | 0.14% | 0.9% | - |
| XYZ | 63.03 | 69.24 | 84.17 | - |
| YUV | 214.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 229 | 0.14 | 0.03 | 0 | 0.10 | 195 | 0.38 | 0.84 |
| Hex | C5 | DD | E5 | E | 3 | 0 | A | C3 | 26 | 54 |
| Octal | 305 | 335 | 345 | 16 | 3 | 0 | 12 | 303 | 46 | 124 |
| Binary | 11000101 | 11011101 | 11100101 | 1110 | 11 | 0 | 1010 | 11000011 | 100110 | 1010100 |
Color Harmonies of #C5DDE5
Complementary color
Monochromatic Colors of #C5DDE5
Black with #C5DDE5
Text Example
Text Example
White with #C5DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDE5; }
p { color: rgb(197,221,229); }
H1.HeaderClassName
{
color: #C5DDE5;
}
.AnyTagClassName
{
color: #C5DDE5;
}
</style>
background-color css
<style>
a { background-color: #C5DDE5; }
a { background-color: rgb(197,221,229); }
div.DivClassName
{
background-color: #C5DDE5;
}
.BgClassName
{
background-color: #C5DDE5;
}
</style>
border-color css
<style>
span { border-color: #C5DDE5; }
span { border-color: rgb(197,221,229); }
td.TdClassName
{
border-color: #C5DDE5;
}
.TagClassName
{
border-color: #C5DDE5;
}
</style>