Shades of Onahau #CBDDE0
Tints of Onahau #CBDDE0
RGB
CMYK
RGB Variations
Color information
#CBDDE0 (or 0xCBDDE0) is known color: Onahau. HEX triplet: CB, DD and E0. RGB value is (203,221,224). Sum of RGB (Red+Green+Blue) = 203+221+224=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDE0 is #34221F. Grayscale: #D7D7D7. Windows color (decimal): -3416608 or 14736843. OLE color: 14736843.
HSL color Cylindrical-coordinate representation of color #CBDDE0: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDDE0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 221 | 224 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.12 |
| HSL | 188.57º | 0.25% | 0.84% | - |
| HSV(B) | 188.57º | 0.09% | 0.88% | - |
| XYZ | 63.94 | 69.79 | 80.62 | - |
| YUV | 215.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 224 | 0.09 | 0.01 | 0 | 0.12 | 188.57 | 0.25 | 0.84 |
| Hex | CB | DD | E0 | 9 | 1 | 0 | C | BD | 19 | 54 |
| Octal | 313 | 335 | 340 | 11 | 1 | 0 | 14 | 275 | 31 | 124 |
| Binary | 11001011 | 11011101 | 11100000 | 1001 | 1 | 0 | 1100 | 10111101 | 11001 | 1010100 |
Color Harmonies of #CBDDE0
Complementary color
Monochromatic Colors of #CBDDE0
Black with #CBDDE0
Text Example
Text Example
White with #CBDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDE0; }
p { color: rgb(203,221,224); }
H1.HeaderClassName
{
color: #CBDDE0;
}
.AnyTagClassName
{
color: #CBDDE0;
}
</style>
background-color css
<style>
a { background-color: #CBDDE0; }
a { background-color: rgb(203,221,224); }
div.DivClassName
{
background-color: #CBDDE0;
}
.BgClassName
{
background-color: #CBDDE0;
}
</style>
border-color css
<style>
span { border-color: #CBDDE0; }
span { border-color: rgb(203,221,224); }
td.TdClassName
{
border-color: #CBDDE0;
}
.TagClassName
{
border-color: #CBDDE0;
}
</style>