Shades of Onahau #CDF0F8
Tints of Onahau #CDF0F8
RGB
CMYK
RGB Variations
Color information
#CDF0F8 (or 0xCDF0F8) is known color: Onahau. HEX triplet: CD, F0 and F8. RGB value is (205,240,248). Sum of RGB (Red+Green+Blue) = 205+240+248=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0F8 is #320F07. Grayscale: #E6E6E6. Windows color (decimal): -3280648 or 16314573. OLE color: 16314573.
HSL color Cylindrical-coordinate representation of color #CDF0F8: hue angle of 191.16º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF0F8 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 240 | 248 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.03 |
| HSL | 191.16º | 0.75% | 0.89% | - |
| HSV(B) | 191.16º | 0.17% | 0.97% | - |
| XYZ | 73.28 | 82.08 | 100.79 | - |
| YUV | 230.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 248 | 0.17 | 0.03 | 0 | 0.03 | 191.16 | 0.75 | 0.89 |
| Hex | CD | F0 | F8 | 11 | 3 | 0 | 3 | BF | 4B | 59 |
| Octal | 315 | 360 | 370 | 21 | 3 | 0 | 3 | 277 | 113 | 131 |
| Binary | 11001101 | 11110000 | 11111000 | 10001 | 11 | 0 | 11 | 10111111 | 1001011 | 1011001 |
Color Harmonies of #CDF0F8
Complementary color
Monochromatic Colors of #CDF0F8
Black with #CDF0F8
Text Example
Text Example
White with #CDF0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0F8; }
p { color: rgb(205,240,248); }
H1.HeaderClassName
{
color: #CDF0F8;
}
.AnyTagClassName
{
color: #CDF0F8;
}
</style>
background-color css
<style>
a { background-color: #CDF0F8; }
a { background-color: rgb(205,240,248); }
div.DivClassName
{
background-color: #CDF0F8;
}
.BgClassName
{
background-color: #CDF0F8;
}
</style>
border-color css
<style>
span { border-color: #CDF0F8; }
span { border-color: rgb(205,240,248); }
td.TdClassName
{
border-color: #CDF0F8;
}
.TagClassName
{
border-color: #CDF0F8;
}
</style>