Shades of Onahau #CBD9DE
Tints of Onahau #CBD9DE
RGB
CMYK
RGB Variations
Color information
#CBD9DE (or 0xCBD9DE) is known color: Onahau. HEX triplet: CB, D9 and DE. RGB value is (203,217,222). Sum of RGB (Red+Green+Blue) = 203+217+222=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9DE is #342621. Grayscale: #D5D5D5. Windows color (decimal): -3417634 or 14604747. OLE color: 14604747.
HSL color Cylindrical-coordinate representation of color #CBD9DE: hue angle of 195.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD9DE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 217 | 222 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.13 |
| HSL | 195.79º | 0.22% | 0.83% | - |
| HSV(B) | 195.79º | 0.09% | 0.87% | - |
| XYZ | 62.63 | 67.6 | 78.85 | - |
| YUV | 213.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 222 | 0.09 | 0.02 | 0 | 0.13 | 195.79 | 0.22 | 0.83 |
| Hex | CB | D9 | DE | 9 | 2 | 0 | D | C4 | 16 | 53 |
| Octal | 313 | 331 | 336 | 11 | 2 | 0 | 15 | 304 | 26 | 123 |
| Binary | 11001011 | 11011001 | 11011110 | 1001 | 10 | 0 | 1101 | 11000100 | 10110 | 1010011 |
Color Harmonies of #CBD9DE
Complementary color
Monochromatic Colors of #CBD9DE
Black with #CBD9DE
Text Example
Text Example
White with #CBD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9DE; }
p { color: rgb(203,217,222); }
H1.HeaderClassName
{
color: #CBD9DE;
}
.AnyTagClassName
{
color: #CBD9DE;
}
</style>
background-color css
<style>
a { background-color: #CBD9DE; }
a { background-color: rgb(203,217,222); }
div.DivClassName
{
background-color: #CBD9DE;
}
.BgClassName
{
background-color: #CBD9DE;
}
</style>
border-color css
<style>
span { border-color: #CBD9DE; }
span { border-color: rgb(203,217,222); }
td.TdClassName
{
border-color: #CBD9DE;
}
.TagClassName
{
border-color: #CBD9DE;
}
</style>