Shades of Onahau #CBE3E9
Tints of Onahau #CBE3E9
RGB
CMYK
RGB Variations
Color information
#CBE3E9 (or 0xCBE3E9) is known color: Onahau. HEX triplet: CB, E3 and E9. RGB value is (203,227,233). Sum of RGB (Red+Green+Blue) = 203+227+233=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBE3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3E9 is #341C16. Grayscale: #DCDCDC. Windows color (decimal): -3415063 or 15328203. OLE color: 15328203.
HSL color Cylindrical-coordinate representation of color #CBE3E9: hue angle of 192º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE3E9 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 227 | 233 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.09 |
| HSL | 192º | 0.41% | 0.85% | - |
| HSV(B) | 192º | 0.13% | 0.91% | - |
| XYZ | 66.81 | 73.52 | 87.76 | - |
| YUV | 220.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 233 | 0.13 | 0.03 | 0 | 0.09 | 192 | 0.41 | 0.85 |
| Hex | CB | E3 | E9 | D | 3 | 0 | 9 | C0 | 29 | 55 |
| Octal | 313 | 343 | 351 | 15 | 3 | 0 | 11 | 300 | 51 | 125 |
| Binary | 11001011 | 11100011 | 11101001 | 1101 | 11 | 0 | 1001 | 11000000 | 101001 | 1010101 |
Color Harmonies of #CBE3E9
Complementary color
Monochromatic Colors of #CBE3E9
Black with #CBE3E9
Text Example
Text Example
White with #CBE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3E9; }
p { color: rgb(203,227,233); }
H1.HeaderClassName
{
color: #CBE3E9;
}
.AnyTagClassName
{
color: #CBE3E9;
}
</style>
background-color css
<style>
a { background-color: #CBE3E9; }
a { background-color: rgb(203,227,233); }
div.DivClassName
{
background-color: #CBE3E9;
}
.BgClassName
{
background-color: #CBE3E9;
}
</style>
border-color css
<style>
span { border-color: #CBE3E9; }
span { border-color: rgb(203,227,233); }
td.TdClassName
{
border-color: #CBE3E9;
}
.TagClassName
{
border-color: #CBE3E9;
}
</style>