Shades of Onahau #CADCE1
Tints of Onahau #CADCE1
RGB
CMYK
RGB Variations
Color information
#CADCE1 (or 0xCADCE1) is known color: Onahau. HEX triplet: CA, DC and E1. RGB value is (202,220,225). Sum of RGB (Red+Green+Blue) = 202+220+225=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCE1 is #35231E. Grayscale: #D7D7D7. Windows color (decimal): -3482399 or 14802122. OLE color: 14802122.
HSL color Cylindrical-coordinate representation of color #CADCE1: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADCE1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 220 | 225 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.12 |
| HSL | 193.04º | 0.28% | 0.84% | - |
| HSV(B) | 193.04º | 0.1% | 0.88% | - |
| XYZ | 63.54 | 69.18 | 81.24 | - |
| YUV | 215.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 225 | 0.10 | 0.02 | 0 | 0.12 | 193.04 | 0.28 | 0.84 |
| Hex | CA | DC | E1 | A | 2 | 0 | C | C1 | 1C | 54 |
| Octal | 312 | 334 | 341 | 12 | 2 | 0 | 14 | 301 | 34 | 124 |
| Binary | 11001010 | 11011100 | 11100001 | 1010 | 10 | 0 | 1100 | 11000001 | 11100 | 1010100 |
Color Harmonies of #CADCE1
Complementary color
Monochromatic Colors of #CADCE1
Black with #CADCE1
Text Example
Text Example
White with #CADCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCE1; }
p { color: rgb(202,220,225); }
H1.HeaderClassName
{
color: #CADCE1;
}
.AnyTagClassName
{
color: #CADCE1;
}
</style>
background-color css
<style>
a { background-color: #CADCE1; }
a { background-color: rgb(202,220,225); }
div.DivClassName
{
background-color: #CADCE1;
}
.BgClassName
{
background-color: #CADCE1;
}
</style>
border-color css
<style>
span { border-color: #CADCE1; }
span { border-color: rgb(202,220,225); }
td.TdClassName
{
border-color: #CADCE1;
}
.TagClassName
{
border-color: #CADCE1;
}
</style>