Shades of Onahau #C4DFE5
Tints of Onahau #C4DFE5
RGB
CMYK
RGB Variations
Color information
#C4DFE5 (or 0xC4DFE5) is known color: Onahau. HEX triplet: C4, DF and E5. RGB value is (196,223,229). Sum of RGB (Red+Green+Blue) = 196+223+229=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFE5 is #3B201A. Grayscale: #D7D7D7. Windows color (decimal): -3874843 or 15065028. OLE color: 15065028.
HSL color Cylindrical-coordinate representation of color #C4DFE5: hue angle of 190.91º 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 #C4DFE5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 223 | 229 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.10 |
| HSL | 190.91º | 0.39% | 0.83% | - |
| HSV(B) | 190.91º | 0.14% | 0.9% | - |
| XYZ | 63.3 | 70.17 | 84.34 | - |
| YUV | 215.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 229 | 0.14 | 0.03 | 0 | 0.10 | 190.91 | 0.39 | 0.83 |
| Hex | C4 | DF | E5 | E | 3 | 0 | A | BF | 27 | 53 |
| Octal | 304 | 337 | 345 | 16 | 3 | 0 | 12 | 277 | 47 | 123 |
| Binary | 11000100 | 11011111 | 11100101 | 1110 | 11 | 0 | 1010 | 10111111 | 100111 | 1010011 |
Color Harmonies of #C4DFE5
Complementary color
Monochromatic Colors of #C4DFE5
Black with #C4DFE5
Text Example
Text Example
White with #C4DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFE5; }
p { color: rgb(196,223,229); }
H1.HeaderClassName
{
color: #C4DFE5;
}
.AnyTagClassName
{
color: #C4DFE5;
}
</style>
background-color css
<style>
a { background-color: #C4DFE5; }
a { background-color: rgb(196,223,229); }
div.DivClassName
{
background-color: #C4DFE5;
}
.BgClassName
{
background-color: #C4DFE5;
}
</style>
border-color css
<style>
span { border-color: #C4DFE5; }
span { border-color: rgb(196,223,229); }
td.TdClassName
{
border-color: #C4DFE5;
}
.TagClassName
{
border-color: #C4DFE5;
}
</style>