Shades of Onahau #C4DEE6
Tints of Onahau #C4DEE6
RGB
CMYK
RGB Variations
Color information
#C4DEE6 (or 0xC4DEE6) is known color: Onahau. HEX triplet: C4, DE and E6. RGB value is (196,222,230). Sum of RGB (Red+Green+Blue) = 196+222+230=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 222 (87.11% from 255 or 34.26% 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 #C4DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DEE6 is #3B2119. Grayscale: #D7D7D7. Windows color (decimal): -3875098 or 15130308. OLE color: 15130308.
HSL color Cylindrical-coordinate representation of color #C4DEE6: hue angle of 194.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4DEE6 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 196 | 222 | 230 | - |
CMYK | 0.15 | 0.03 | 0 | 0.10 |
HSL | 194.12º | 0.4% | 0.84% | - |
HSV(B) | 194.12º | 0.15% | 0.9% | - |
XYZ | 63.17 | 69.69 | 84.99 | - |
YUV | 215.14 | 136.39 | 114.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 222 | 230 | 0.15 | 0.03 | 0 | 0.10 | 194.12 | 0.4 | 0.84 |
Hex | C4 | DE | E6 | F | 3 | 0 | A | C2 | 28 | 54 |
Octal | 304 | 336 | 346 | 17 | 3 | 0 | 12 | 302 | 50 | 124 |
Binary | 11000100 | 11011110 | 11100110 | 1111 | 11 | 0 | 1010 | 11000010 | 101000 | 1010100 |
Color Harmonies of #C4DEE6
Complementary color
Monochromatic Colors of #C4DEE6
Black with #C4DEE6
Text Example
Text Example
White with #C4DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEE6; }
p { color: rgb(196,222,230); }
H1.HeaderClassName
{
color: #C4DEE6;
}
.AnyTagClassName
{
color: #C4DEE6;
}
</style>
background-color css
<style>
a { background-color: #C4DEE6; }
a { background-color: rgb(196,222,230); }
div.DivClassName
{
background-color: #C4DEE6;
}
.BgClassName
{
background-color: #C4DEE6;
}
</style>
border-color css
<style>
span { border-color: #C4DEE6; }
span { border-color: rgb(196,222,230); }
td.TdClassName
{
border-color: #C4DEE6;
}
.TagClassName
{
border-color: #C4DEE6;
}
</style>