Shades of Onahau #CDEAF0
Tints of Onahau #CDEAF0
RGB
CMYK
RGB Variations
Color information
#CDEAF0 (or 0xCDEAF0) is known color: Onahau. HEX triplet: CD, EA and F0. RGB value is (205,234,240). Sum of RGB (Red+Green+Blue) = 205+234+240=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF0 is #32150F. Grayscale: #E1E1E1. Windows color (decimal): -3282192 or 15788749. OLE color: 15788749.
HSL color Cylindrical-coordinate representation of color #CDEAF0: hue angle of 190.29º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEAF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 234 | 240 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.06 |
| HSL | 190.29º | 0.54% | 0.87% | - |
| HSV(B) | 190.29º | 0.15% | 0.94% | - |
| XYZ | 70.33 | 78.12 | 93.81 | - |
| YUV | 226.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 240 | 0.15 | 0.02 | 0 | 0.06 | 190.29 | 0.54 | 0.87 |
| Hex | CD | EA | F0 | F | 2 | 0 | 6 | BE | 36 | 57 |
| Octal | 315 | 352 | 360 | 17 | 2 | 0 | 6 | 276 | 66 | 127 |
| Binary | 11001101 | 11101010 | 11110000 | 1111 | 10 | 0 | 110 | 10111110 | 110110 | 1010111 |
Color Harmonies of #CDEAF0
Complementary color
Monochromatic Colors of #CDEAF0
Black with #CDEAF0
Text Example
Text Example
White with #CDEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAF0; }
p { color: rgb(205,234,240); }
H1.HeaderClassName
{
color: #CDEAF0;
}
.AnyTagClassName
{
color: #CDEAF0;
}
</style>
background-color css
<style>
a { background-color: #CDEAF0; }
a { background-color: rgb(205,234,240); }
div.DivClassName
{
background-color: #CDEAF0;
}
.BgClassName
{
background-color: #CDEAF0;
}
</style>
border-color css
<style>
span { border-color: #CDEAF0; }
span { border-color: rgb(205,234,240); }
td.TdClassName
{
border-color: #CDEAF0;
}
.TagClassName
{
border-color: #CDEAF0;
}
</style>