Shades of Onahau #CADBDF
Tints of Onahau #CADBDF
RGB
CMYK
RGB Variations
Color information
#CADBDF (or 0xCADBDF) is known color: Onahau. HEX triplet: CA, DB and DF. RGB value is (202,219,223). Sum of RGB (Red+Green+Blue) = 202+219+223=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 219 (85.94% from 255 or 34.01% 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 #CADBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBDF is #352420. Grayscale: #D6D6D6. Windows color (decimal): -3482657 or 14670794. OLE color: 14670794.
HSL color Cylindrical-coordinate representation of color #CADBDF: hue angle of 191.43º degrees, saturation: 0.25, 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 #CADBDF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 219 | 223 | - |
CMYK | 0.09 | 0.02 | 0 | 0.13 |
HSL | 191.43º | 0.25% | 0.83% | - |
HSV(B) | 191.43º | 0.09% | 0.87% | - |
XYZ | 63.01 | 68.55 | 79.72 | - |
YUV | 214.37 | 132.87 | 119.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 223 | 0.09 | 0.02 | 0 | 0.13 | 191.43 | 0.25 | 0.83 |
Hex | CA | DB | DF | 9 | 2 | 0 | D | BF | 19 | 53 |
Octal | 312 | 333 | 337 | 11 | 2 | 0 | 15 | 277 | 31 | 123 |
Binary | 11001010 | 11011011 | 11011111 | 1001 | 10 | 0 | 1101 | 10111111 | 11001 | 1010011 |
Color Harmonies of #CADBDF
Complementary color
Monochromatic Colors of #CADBDF
Black with #CADBDF
Text Example
Text Example
White with #CADBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBDF; }
p { color: rgb(202,219,223); }
H1.HeaderClassName
{
color: #CADBDF;
}
.AnyTagClassName
{
color: #CADBDF;
}
</style>
background-color css
<style>
a { background-color: #CADBDF; }
a { background-color: rgb(202,219,223); }
div.DivClassName
{
background-color: #CADBDF;
}
.BgClassName
{
background-color: #CADBDF;
}
</style>
border-color css
<style>
span { border-color: #CADBDF; }
span { border-color: rgb(202,219,223); }
td.TdClassName
{
border-color: #CADBDF;
}
.TagClassName
{
border-color: #CADBDF;
}
</style>