Shades of Onahau #C5DADE
Tints of Onahau #C5DADE
RGB
CMYK
RGB Variations
Color information
#C5DADE (or 0xC5DADE) is known color: Onahau. HEX triplet: C5, DA and DE. RGB value is (197,218,222). Sum of RGB (Red+Green+Blue) = 197+218+222=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADE is #3A2521. Grayscale: #D4D4D4. Windows color (decimal): -3810594 or 14604997. OLE color: 14604997.
HSL color Cylindrical-coordinate representation of color #C5DADE: hue angle of 189.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DADE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 218 | 222 | - |
CMYK | 0.11 | 0.02 | 0 | 0.13 |
HSL | 189.6º | 0.27% | 0.82% | - |
HSV(B) | 189.6º | 0.11% | 0.87% | - |
XYZ | 61.28 | 67.29 | 78.87 | - |
YUV | 212.18 | 133.54 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 218 | 222 | 0.11 | 0.02 | 0 | 0.13 | 189.6 | 0.27 | 0.82 |
Hex | C5 | DA | DE | B | 2 | 0 | D | BE | 1B | 52 |
Octal | 305 | 332 | 336 | 13 | 2 | 0 | 15 | 276 | 33 | 122 |
Binary | 11000101 | 11011010 | 11011110 | 1011 | 10 | 0 | 1101 | 10111110 | 11011 | 1010010 |
Color Harmonies of #C5DADE
Complementary color
Monochromatic Colors of #C5DADE
Black with #C5DADE
Text Example
Text Example
White with #C5DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DADE; }
p { color: rgb(197,218,222); }
H1.HeaderClassName
{
color: #C5DADE;
}
.AnyTagClassName
{
color: #C5DADE;
}
</style>
background-color css
<style>
a { background-color: #C5DADE; }
a { background-color: rgb(197,218,222); }
div.DivClassName
{
background-color: #C5DADE;
}
.BgClassName
{
background-color: #C5DADE;
}
</style>
border-color css
<style>
span { border-color: #C5DADE; }
span { border-color: rgb(197,218,222); }
td.TdClassName
{
border-color: #C5DADE;
}
.TagClassName
{
border-color: #C5DADE;
}
</style>