Shades of Onahau #C4DEE1
Tints of Onahau #C4DEE1
RGB
CMYK
RGB Variations
Color information
#C4DEE1 (or 0xC4DEE1) is known color: Onahau. HEX triplet: C4, DE and E1. RGB value is (196,222,225). Sum of RGB (Red+Green+Blue) = 196+222+225=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEE1 is #3B211E. Grayscale: #D6D6D6. Windows color (decimal): -3875103 or 14802628. OLE color: 14802628.
HSL color Cylindrical-coordinate representation of color #C4DEE1: hue angle of 186.21º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4DEE1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 222 | 225 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.12 |
| HSL | 186.21º | 0.33% | 0.83% | - |
| HSV(B) | 186.21º | 0.13% | 0.88% | - |
| XYZ | 62.48 | 69.41 | 81.34 | - |
| YUV | 214.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 225 | 0.13 | 0.01 | 0 | 0.12 | 186.21 | 0.33 | 0.83 |
| Hex | C4 | DE | E1 | D | 1 | 0 | C | BA | 21 | 53 |
| Octal | 304 | 336 | 341 | 15 | 1 | 0 | 14 | 272 | 41 | 123 |
| Binary | 11000100 | 11011110 | 11100001 | 1101 | 1 | 0 | 1100 | 10111010 | 100001 | 1010011 |
Color Harmonies of #C4DEE1
Complementary color
Monochromatic Colors of #C4DEE1
Black with #C4DEE1
Text Example
Text Example
White with #C4DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEE1; }
p { color: rgb(196,222,225); }
H1.HeaderClassName
{
color: #C4DEE1;
}
.AnyTagClassName
{
color: #C4DEE1;
}
</style>
background-color css
<style>
a { background-color: #C4DEE1; }
a { background-color: rgb(196,222,225); }
div.DivClassName
{
background-color: #C4DEE1;
}
.BgClassName
{
background-color: #C4DEE1;
}
</style>
border-color css
<style>
span { border-color: #C4DEE1; }
span { border-color: rgb(196,222,225); }
td.TdClassName
{
border-color: #C4DEE1;
}
.TagClassName
{
border-color: #C4DEE1;
}
</style>