Shades of Onahau #C7DBDF
Tints of Onahau #C7DBDF
RGB
CMYK
RGB Variations
Color information
#C7DBDF (or 0xC7DBDF) is known color: Onahau. HEX triplet: C7, DB and DF. RGB value is (199,219,223). Sum of RGB (Red+Green+Blue) = 199+219+223=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDF is #382420. Grayscale: #D5D5D5. Windows color (decimal): -3679265 or 14670791. OLE color: 14670791.
HSL color Cylindrical-coordinate representation of color #C7DBDF: hue angle of 190º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DBDF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 219 | 223 | - |
CMYK | 0.11 | 0.02 | 0 | 0.13 |
HSL | 190º | 0.27% | 0.83% | - |
HSV(B) | 190º | 0.11% | 0.87% | - |
XYZ | 62.2 | 68.13 | 79.68 | - |
YUV | 213.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 219 | 223 | 0.11 | 0.02 | 0 | 0.13 | 190 | 0.27 | 0.83 |
Hex | C7 | DB | DF | B | 2 | 0 | D | BE | 1B | 53 |
Octal | 307 | 333 | 337 | 13 | 2 | 0 | 15 | 276 | 33 | 123 |
Binary | 11000111 | 11011011 | 11011111 | 1011 | 10 | 0 | 1101 | 10111110 | 11011 | 1010011 |
Color Harmonies of #C7DBDF
Complementary color
Monochromatic Colors of #C7DBDF
Black with #C7DBDF
Text Example
Text Example
White with #C7DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBDF; }
p { color: rgb(199,219,223); }
H1.HeaderClassName
{
color: #C7DBDF;
}
.AnyTagClassName
{
color: #C7DBDF;
}
</style>
background-color css
<style>
a { background-color: #C7DBDF; }
a { background-color: rgb(199,219,223); }
div.DivClassName
{
background-color: #C7DBDF;
}
.BgClassName
{
background-color: #C7DBDF;
}
</style>
border-color css
<style>
span { border-color: #C7DBDF; }
span { border-color: rgb(199,219,223); }
td.TdClassName
{
border-color: #C7DBDF;
}
.TagClassName
{
border-color: #C7DBDF;
}
</style>