Shades of Onahau #C4DEE5
Tints of Onahau #C4DEE5
RGB
CMYK
RGB Variations
Color information
#C4DEE5 (or 0xC4DEE5) is known color: Onahau. HEX triplet: C4, DE and E5. RGB value is (196,222,229). Sum of RGB (Red+Green+Blue) = 196+222+229=647 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.29% from 647); Green value is 222 (87.11% from 255 or 34.31% 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 #C4DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEE5 is #3B211A. Grayscale: #D6D6D6. Windows color (decimal): -3875099 or 15064772. OLE color: 15064772.
HSL color Cylindrical-coordinate representation of color #C4DEE5: hue angle of 192.73º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4DEE5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 222 | 229 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.10 |
| HSL | 192.73º | 0.39% | 0.83% | - |
| HSV(B) | 192.73º | 0.14% | 0.9% | - |
| XYZ | 63.03 | 69.64 | 84.25 | - |
| YUV | 215.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 229 | 0.14 | 0.03 | 0 | 0.10 | 192.73 | 0.39 | 0.83 |
| Hex | C4 | DE | E5 | E | 3 | 0 | A | C1 | 27 | 53 |
| Octal | 304 | 336 | 345 | 16 | 3 | 0 | 12 | 301 | 47 | 123 |
| Binary | 11000100 | 11011110 | 11100101 | 1110 | 11 | 0 | 1010 | 11000001 | 100111 | 1010011 |
Color Harmonies of #C4DEE5
Complementary color
Monochromatic Colors of #C4DEE5
Black with #C4DEE5
Text Example
Text Example
White with #C4DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEE5; }
p { color: rgb(196,222,229); }
H1.HeaderClassName
{
color: #C4DEE5;
}
.AnyTagClassName
{
color: #C4DEE5;
}
</style>
background-color css
<style>
a { background-color: #C4DEE5; }
a { background-color: rgb(196,222,229); }
div.DivClassName
{
background-color: #C4DEE5;
}
.BgClassName
{
background-color: #C4DEE5;
}
</style>
border-color css
<style>
span { border-color: #C4DEE5; }
span { border-color: rgb(196,222,229); }
td.TdClassName
{
border-color: #C4DEE5;
}
.TagClassName
{
border-color: #C4DEE5;
}
</style>