Shades of Onahau #CADDE2
Tints of Onahau #CADDE2
RGB
CMYK
RGB Variations
Color information
#CADDE2 (or 0xCADDE2) is known color: Onahau. HEX triplet: CA, DD and E2. RGB value is (202,221,226). Sum of RGB (Red+Green+Blue) = 202+221+226=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 226 - color contains mainly: blue. Hex color #CADDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDE2 is #35221D. Grayscale: #D7D7D7. Windows color (decimal): -3482142 or 14867914. OLE color: 14867914.
HSL color Cylindrical-coordinate representation of color #CADDE2: hue angle of 192.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CADDE2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 221 | 226 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.11 |
| HSL | 192.5º | 0.29% | 0.84% | - |
| HSV(B) | 192.5º | 0.11% | 0.89% | - |
| XYZ | 63.94 | 69.76 | 82.05 | - |
| YUV | 215.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 226 | 0.11 | 0.02 | 0 | 0.11 | 192.5 | 0.29 | 0.84 |
| Hex | CA | DD | E2 | B | 2 | 0 | B | C0 | 1D | 54 |
| Octal | 312 | 335 | 342 | 13 | 2 | 0 | 13 | 300 | 35 | 124 |
| Binary | 11001010 | 11011101 | 11100010 | 1011 | 10 | 0 | 1011 | 11000000 | 11101 | 1010100 |
Color Harmonies of #CADDE2
Complementary color
Monochromatic Colors of #CADDE2
Black with #CADDE2
Text Example
Text Example
White with #CADDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDE2; }
p { color: rgb(202,221,226); }
H1.HeaderClassName
{
color: #CADDE2;
}
.AnyTagClassName
{
color: #CADDE2;
}
</style>
background-color css
<style>
a { background-color: #CADDE2; }
a { background-color: rgb(202,221,226); }
div.DivClassName
{
background-color: #CADDE2;
}
.BgClassName
{
background-color: #CADDE2;
}
</style>
border-color css
<style>
span { border-color: #CADDE2; }
span { border-color: rgb(202,221,226); }
td.TdClassName
{
border-color: #CADDE2;
}
.TagClassName
{
border-color: #CADDE2;
}
</style>