Shades of Onahau #CADFE2
Tints of Onahau #CADFE2
RGB
CMYK
RGB Variations
Color information
#CADFE2 (or 0xCADFE2) is known color: Onahau. HEX triplet: CA, DF and E2. RGB value is (202,223,226). Sum of RGB (Red+Green+Blue) = 202+223+226=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #CADFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFE2 is #35201D. Grayscale: #D9D9D9. Windows color (decimal): -3481630 or 14868426. OLE color: 14868426.
HSL color Cylindrical-coordinate representation of color #CADFE2: hue angle of 187.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 #CADFE2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 223 | 226 | - |
CMYK | 0.11 | 0.01 | 0 | 0.11 |
HSL | 187.5º | 0.29% | 0.84% | - |
HSV(B) | 187.5º | 0.11% | 0.89% | - |
XYZ | 64.47 | 70.82 | 82.22 | - |
YUV | 217.06 | 133.04 | 117.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 226 | 0.11 | 0.01 | 0 | 0.11 | 187.5 | 0.29 | 0.84 |
Hex | CA | DF | E2 | B | 1 | 0 | B | BC | 1D | 54 |
Octal | 312 | 337 | 342 | 13 | 1 | 0 | 13 | 274 | 35 | 124 |
Binary | 11001010 | 11011111 | 11100010 | 1011 | 1 | 0 | 1011 | 10111100 | 11101 | 1010100 |
Color Harmonies of #CADFE2
Complementary color
Monochromatic Colors of #CADFE2
Black with #CADFE2
Text Example
Text Example
White with #CADFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFE2; }
p { color: rgb(202,223,226); }
H1.HeaderClassName
{
color: #CADFE2;
}
.AnyTagClassName
{
color: #CADFE2;
}
</style>
background-color css
<style>
a { background-color: #CADFE2; }
a { background-color: rgb(202,223,226); }
div.DivClassName
{
background-color: #CADFE2;
}
.BgClassName
{
background-color: #CADFE2;
}
</style>
border-color css
<style>
span { border-color: #CADFE2; }
span { border-color: rgb(202,223,226); }
td.TdClassName
{
border-color: #CADFE2;
}
.TagClassName
{
border-color: #CADFE2;
}
</style>