Shades of Onahau #C5DEE4
Tints of Onahau #C5DEE4
RGB
CMYK
RGB Variations
Color information
#C5DEE4 (or 0xC5DEE4) is known color: Onahau. HEX triplet: C5, DE and E4. RGB value is (197,222,228). Sum of RGB (Red+Green+Blue) = 197+222+228=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEE4 is #3A211B. Grayscale: #D7D7D7. Windows color (decimal): -3809564 or 14999237. OLE color: 14999237.
HSL color Cylindrical-coordinate representation of color #C5DEE4: hue angle of 191.61º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DEE4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 197 | 222 | 228 | - |
CMYK | 0.14 | 0.03 | 0 | 0.11 |
HSL | 191.61º | 0.36% | 0.83% | - |
HSV(B) | 191.61º | 0.14% | 0.89% | - |
XYZ | 63.15 | 69.71 | 83.53 | - |
YUV | 215.21 | 135.22 | 115.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 222 | 228 | 0.14 | 0.03 | 0 | 0.11 | 191.61 | 0.36 | 0.83 |
Hex | C5 | DE | E4 | E | 3 | 0 | B | C0 | 24 | 53 |
Octal | 305 | 336 | 344 | 16 | 3 | 0 | 13 | 300 | 44 | 123 |
Binary | 11000101 | 11011110 | 11100100 | 1110 | 11 | 0 | 1011 | 11000000 | 100100 | 1010011 |
Color Harmonies of #C5DEE4
Complementary color
Monochromatic Colors of #C5DEE4
Black with #C5DEE4
Text Example
Text Example
White with #C5DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEE4; }
p { color: rgb(197,222,228); }
H1.HeaderClassName
{
color: #C5DEE4;
}
.AnyTagClassName
{
color: #C5DEE4;
}
</style>
background-color css
<style>
a { background-color: #C5DEE4; }
a { background-color: rgb(197,222,228); }
div.DivClassName
{
background-color: #C5DEE4;
}
.BgClassName
{
background-color: #C5DEE4;
}
</style>
border-color css
<style>
span { border-color: #C5DEE4; }
span { border-color: rgb(197,222,228); }
td.TdClassName
{
border-color: #C5DEE4;
}
.TagClassName
{
border-color: #C5DEE4;
}
</style>