Shades of Onahau #CDEDF5
Tints of Onahau #CDEDF5
RGB
CMYK
RGB Variations
Color information
#CDEDF5 (or 0xCDEDF5) is known color: Onahau. HEX triplet: CD, ED and F5. RGB value is (205,237,245). Sum of RGB (Red+Green+Blue) = 205+237+245=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF5 is #32120A. Grayscale: #E4E4E4. Windows color (decimal): -3281419 or 16117197. OLE color: 16117197.
HSL color Cylindrical-coordinate representation of color #CDEDF5: hue angle of 192º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEDF5 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 237 | 245 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.04 |
| HSL | 192º | 0.67% | 0.88% | - |
| HSV(B) | 192º | 0.16% | 0.96% | - |
| XYZ | 71.94 | 80.14 | 98.06 | - |
| YUV | 228.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 245 | 0.16 | 0.03 | 0 | 0.04 | 192 | 0.67 | 0.88 |
| Hex | CD | ED | F5 | 10 | 3 | 0 | 4 | C0 | 43 | 58 |
| Octal | 315 | 355 | 365 | 20 | 3 | 0 | 4 | 300 | 103 | 130 |
| Binary | 11001101 | 11101101 | 11110101 | 10000 | 11 | 0 | 100 | 11000000 | 1000011 | 1011000 |
Color Harmonies of #CDEDF5
Complementary color
Monochromatic Colors of #CDEDF5
Black with #CDEDF5
Text Example
Text Example
White with #CDEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDF5; }
p { color: rgb(205,237,245); }
H1.HeaderClassName
{
color: #CDEDF5;
}
.AnyTagClassName
{
color: #CDEDF5;
}
</style>
background-color css
<style>
a { background-color: #CDEDF5; }
a { background-color: rgb(205,237,245); }
div.DivClassName
{
background-color: #CDEDF5;
}
.BgClassName
{
background-color: #CDEDF5;
}
</style>
border-color css
<style>
span { border-color: #CDEDF5; }
span { border-color: rgb(205,237,245); }
td.TdClassName
{
border-color: #CDEDF5;
}
.TagClassName
{
border-color: #CDEDF5;
}
</style>