Shades of Onahau #C4DBE1
Tints of Onahau #C4DBE1
RGB
CMYK
RGB Variations
Color information
#C4DBE1 (or 0xC4DBE1) is known color: Onahau. HEX triplet: C4, DB and E1. RGB value is (196,219,225). Sum of RGB (Red+Green+Blue) = 196+219+225=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4DBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBE1 is #3B241E. Grayscale: #D4D4D4. Windows color (decimal): -3875871 or 14801860. OLE color: 14801860.
HSL color Cylindrical-coordinate representation of color #C4DBE1: hue angle of 192.41º 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 #C4DBE1 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 219 | 225 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.12 |
| HSL | 192.41º | 0.33% | 0.83% | - |
| HSV(B) | 192.41º | 0.13% | 0.88% | - |
| XYZ | 61.69 | 67.84 | 81.08 | - |
| YUV | 212.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 225 | 0.13 | 0.03 | 0 | 0.12 | 192.41 | 0.33 | 0.83 |
| Hex | C4 | DB | E1 | D | 3 | 0 | C | C0 | 21 | 53 |
| Octal | 304 | 333 | 341 | 15 | 3 | 0 | 14 | 300 | 41 | 123 |
| Binary | 11000100 | 11011011 | 11100001 | 1101 | 11 | 0 | 1100 | 11000000 | 100001 | 1010011 |
Color Harmonies of #C4DBE1
Complementary color
Monochromatic Colors of #C4DBE1
Black with #C4DBE1
Text Example
Text Example
White with #C4DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBE1; }
p { color: rgb(196,219,225); }
H1.HeaderClassName
{
color: #C4DBE1;
}
.AnyTagClassName
{
color: #C4DBE1;
}
</style>
background-color css
<style>
a { background-color: #C4DBE1; }
a { background-color: rgb(196,219,225); }
div.DivClassName
{
background-color: #C4DBE1;
}
.BgClassName
{
background-color: #C4DBE1;
}
</style>
border-color css
<style>
span { border-color: #C4DBE1; }
span { border-color: rgb(196,219,225); }
td.TdClassName
{
border-color: #C4DBE1;
}
.TagClassName
{
border-color: #C4DBE1;
}
</style>