Shades of Onahau #CCF0F8
Tints of Onahau #CCF0F8
RGB
CMYK
RGB Variations
Color information
#CCF0F8 (or 0xCCF0F8) is known color: Onahau. HEX triplet: CC, F0 and F8. RGB value is (204,240,248). Sum of RGB (Red+Green+Blue) = 204+240+248=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0F8 is #330F07. Grayscale: #E6E6E6. Windows color (decimal): -3346184 or 16314572. OLE color: 16314572.
HSL color Cylindrical-coordinate representation of color #CCF0F8: hue angle of 190.91º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF0F8 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 240 | 248 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.03 |
| HSL | 190.91º | 0.76% | 0.89% | - |
| HSV(B) | 190.91º | 0.18% | 0.97% | - |
| XYZ | 73.01 | 81.93 | 100.77 | - |
| YUV | 230.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 248 | 0.18 | 0.03 | 0 | 0.03 | 190.91 | 0.76 | 0.89 |
| Hex | CC | F0 | F8 | 12 | 3 | 0 | 3 | BF | 4C | 59 |
| Octal | 314 | 360 | 370 | 22 | 3 | 0 | 3 | 277 | 114 | 131 |
| Binary | 11001100 | 11110000 | 11111000 | 10010 | 11 | 0 | 11 | 10111111 | 1001100 | 1011001 |
Color Harmonies of #CCF0F8
Complementary color
Monochromatic Colors of #CCF0F8
Black with #CCF0F8
Text Example
Text Example
White with #CCF0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0F8; }
p { color: rgb(204,240,248); }
H1.HeaderClassName
{
color: #CCF0F8;
}
.AnyTagClassName
{
color: #CCF0F8;
}
</style>
background-color css
<style>
a { background-color: #CCF0F8; }
a { background-color: rgb(204,240,248); }
div.DivClassName
{
background-color: #CCF0F8;
}
.BgClassName
{
background-color: #CCF0F8;
}
</style>
border-color css
<style>
span { border-color: #CCF0F8; }
span { border-color: rgb(204,240,248); }
td.TdClassName
{
border-color: #CCF0F8;
}
.TagClassName
{
border-color: #CCF0F8;
}
</style>