Shades of Onahau #C5DDE6
Tints of Onahau #C5DDE6
RGB
CMYK
RGB Variations
Color information
#C5DDE6 (or 0xC5DDE6) is known color: Onahau. HEX triplet: C5, DD and E6. RGB value is (197,221,230). Sum of RGB (Red+Green+Blue) = 197+221+230=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDE6 is #3A2219. Grayscale: #D6D6D6. Windows color (decimal): -3809818 or 15130053. OLE color: 15130053.
HSL color Cylindrical-coordinate representation of color #C5DDE6: hue angle of 196.36º degrees, saturation: 0.4, 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 #C5DDE6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 221 | 230 | - |
CMYK | 0.14 | 0.04 | 0 | 0.10 |
HSL | 196.36º | 0.4% | 0.84% | - |
HSV(B) | 196.36º | 0.14% | 0.9% | - |
XYZ | 63.17 | 69.3 | 84.91 | - |
YUV | 214.85 | 136.55 | 115.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 230 | 0.14 | 0.04 | 0 | 0.10 | 196.36 | 0.4 | 0.84 |
Hex | C5 | DD | E6 | E | 4 | 0 | A | C4 | 28 | 54 |
Octal | 305 | 335 | 346 | 16 | 4 | 0 | 12 | 304 | 50 | 124 |
Binary | 11000101 | 11011101 | 11100110 | 1110 | 100 | 0 | 1010 | 11000100 | 101000 | 1010100 |
Color Harmonies of #C5DDE6
Complementary color
Monochromatic Colors of #C5DDE6
Black with #C5DDE6
Text Example
Text Example
White with #C5DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDE6; }
p { color: rgb(197,221,230); }
H1.HeaderClassName
{
color: #C5DDE6;
}
.AnyTagClassName
{
color: #C5DDE6;
}
</style>
background-color css
<style>
a { background-color: #C5DDE6; }
a { background-color: rgb(197,221,230); }
div.DivClassName
{
background-color: #C5DDE6;
}
.BgClassName
{
background-color: #C5DDE6;
}
</style>
border-color css
<style>
span { border-color: #C5DDE6; }
span { border-color: rgb(197,221,230); }
td.TdClassName
{
border-color: #C5DDE6;
}
.TagClassName
{
border-color: #C5DDE6;
}
</style>