Shades of Onahau #C8DBDF
Tints of Onahau #C8DBDF
RGB
CMYK
RGB Variations
Color information
#C8DBDF (or 0xC8DBDF) is known color: Onahau. HEX triplet: C8, DB and DF. RGB value is (200,219,223). Sum of RGB (Red+Green+Blue) = 200+219+223=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBDF is #372420. Grayscale: #D5D5D5. Windows color (decimal): -3613729 or 14670792. OLE color: 14670792.
HSL color Cylindrical-coordinate representation of color #C8DBDF: hue angle of 190.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DBDF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 219 | 223 | - |
CMYK | 0.10 | 0.02 | 0 | 0.13 |
HSL | 190.43º | 0.26% | 0.83% | - |
HSV(B) | 190.43º | 0.1% | 0.87% | - |
XYZ | 62.47 | 68.27 | 79.7 | - |
YUV | 213.78 | 133.21 | 118.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 223 | 0.10 | 0.02 | 0 | 0.13 | 190.43 | 0.26 | 0.83 |
Hex | C8 | DB | DF | A | 2 | 0 | D | BE | 1A | 53 |
Octal | 310 | 333 | 337 | 12 | 2 | 0 | 15 | 276 | 32 | 123 |
Binary | 11001000 | 11011011 | 11011111 | 1010 | 10 | 0 | 1101 | 10111110 | 11010 | 1010011 |
Color Harmonies of #C8DBDF
Complementary color
Monochromatic Colors of #C8DBDF
Black with #C8DBDF
Text Example
Text Example
White with #C8DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBDF; }
p { color: rgb(200,219,223); }
H1.HeaderClassName
{
color: #C8DBDF;
}
.AnyTagClassName
{
color: #C8DBDF;
}
</style>
background-color css
<style>
a { background-color: #C8DBDF; }
a { background-color: rgb(200,219,223); }
div.DivClassName
{
background-color: #C8DBDF;
}
.BgClassName
{
background-color: #C8DBDF;
}
</style>
border-color css
<style>
span { border-color: #C8DBDF; }
span { border-color: rgb(200,219,223); }
td.TdClassName
{
border-color: #C8DBDF;
}
.TagClassName
{
border-color: #C8DBDF;
}
</style>