Shades of Onahau #CBDADF
Tints of Onahau #CBDADF
RGB
CMYK
RGB Variations
Color information
#CBDADF (or 0xCBDADF) is known color: Onahau. HEX triplet: CB, DA and DF. RGB value is (203,218,223). Sum of RGB (Red+Green+Blue) = 203+218+223=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDADF is #342520. Grayscale: #D6D6D6. Windows color (decimal): -3417377 or 14670539. OLE color: 14670539.
HSL color Cylindrical-coordinate representation of color #CBDADF: hue angle of 195º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDADF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 218 | 223 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.13 |
| HSL | 195º | 0.24% | 0.84% | - |
| HSV(B) | 195º | 0.09% | 0.87% | - |
| XYZ | 63.02 | 68.17 | 79.65 | - |
| YUV | 214.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 223 | 0.09 | 0.02 | 0 | 0.13 | 195 | 0.24 | 0.84 |
| Hex | CB | DA | DF | 9 | 2 | 0 | D | C3 | 18 | 54 |
| Octal | 313 | 332 | 337 | 11 | 2 | 0 | 15 | 303 | 30 | 124 |
| Binary | 11001011 | 11011010 | 11011111 | 1001 | 10 | 0 | 1101 | 11000011 | 11000 | 1010100 |
Color Harmonies of #CBDADF
Complementary color
Monochromatic Colors of #CBDADF
Black with #CBDADF
Text Example
Text Example
White with #CBDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDADF; }
p { color: rgb(203,218,223); }
H1.HeaderClassName
{
color: #CBDADF;
}
.AnyTagClassName
{
color: #CBDADF;
}
</style>
background-color css
<style>
a { background-color: #CBDADF; }
a { background-color: rgb(203,218,223); }
div.DivClassName
{
background-color: #CBDADF;
}
.BgClassName
{
background-color: #CBDADF;
}
</style>
border-color css
<style>
span { border-color: #CBDADF; }
span { border-color: rgb(203,218,223); }
td.TdClassName
{
border-color: #CBDADF;
}
.TagClassName
{
border-color: #CBDADF;
}
</style>