Shades of Onahau #C5DFE5
Tints of Onahau #C5DFE5
RGB
CMYK
RGB Variations
Color information
#C5DFE5 (or 0xC5DFE5) is known color: Onahau. HEX triplet: C5, DF and E5. RGB value is (197,223,229). Sum of RGB (Red+Green+Blue) = 197+223+229=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFE5 is #3A201A. Grayscale: #D7D7D7. Windows color (decimal): -3809307 or 15065029. OLE color: 15065029.
HSL color Cylindrical-coordinate representation of color #C5DFE5: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DFE5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 223 | 229 | - |
CMYK | 0.14 | 0.03 | 0 | 0.10 |
HSL | 191.25º | 0.38% | 0.84% | - |
HSV(B) | 191.25º | 0.14% | 0.9% | - |
XYZ | 63.56 | 70.3 | 84.35 | - |
YUV | 215.91 | 135.39 | 114.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 223 | 229 | 0.14 | 0.03 | 0 | 0.10 | 191.25 | 0.38 | 0.84 |
Hex | C5 | DF | E5 | E | 3 | 0 | A | BF | 26 | 54 |
Octal | 305 | 337 | 345 | 16 | 3 | 0 | 12 | 277 | 46 | 124 |
Binary | 11000101 | 11011111 | 11100101 | 1110 | 11 | 0 | 1010 | 10111111 | 100110 | 1010100 |
Color Harmonies of #C5DFE5
Complementary color
Monochromatic Colors of #C5DFE5
Black with #C5DFE5
Text Example
Text Example
White with #C5DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFE5; }
p { color: rgb(197,223,229); }
H1.HeaderClassName
{
color: #C5DFE5;
}
.AnyTagClassName
{
color: #C5DFE5;
}
</style>
background-color css
<style>
a { background-color: #C5DFE5; }
a { background-color: rgb(197,223,229); }
div.DivClassName
{
background-color: #C5DFE5;
}
.BgClassName
{
background-color: #C5DFE5;
}
</style>
border-color css
<style>
span { border-color: #C5DFE5; }
span { border-color: rgb(197,223,229); }
td.TdClassName
{
border-color: #C5DFE5;
}
.TagClassName
{
border-color: #C5DFE5;
}
</style>