Shades of Onahau #CCF2F8
Tints of Onahau #CCF2F8
RGB
CMYK
RGB Variations
Color information
#CCF2F8 (or 0xCCF2F8) is known color: Onahau. HEX triplet: CC, F2 and F8. RGB value is (204,242,248). Sum of RGB (Red+Green+Blue) = 204+242+248=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCF2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2F8 is #330D07. Grayscale: #E7E7E7. Windows color (decimal): -3345672 or 16315084. OLE color: 16315084.
HSL color Cylindrical-coordinate representation of color #CCF2F8: hue angle of 188.18º 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 #CCF2F8 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 242 | 248 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.03 |
| HSL | 188.18º | 0.76% | 0.89% | - |
| HSV(B) | 188.18º | 0.18% | 0.97% | - |
| XYZ | 73.6 | 83.12 | 100.97 | - |
| YUV | 231.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 248 | 0.18 | 0.02 | 0 | 0.03 | 188.18 | 0.76 | 0.89 |
| Hex | CC | F2 | F8 | 12 | 2 | 0 | 3 | BC | 4C | 59 |
| Octal | 314 | 362 | 370 | 22 | 2 | 0 | 3 | 274 | 114 | 131 |
| Binary | 11001100 | 11110010 | 11111000 | 10010 | 10 | 0 | 11 | 10111100 | 1001100 | 1011001 |
Color Harmonies of #CCF2F8
Complementary color
Monochromatic Colors of #CCF2F8
Black with #CCF2F8
Text Example
Text Example
White with #CCF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2F8; }
p { color: rgb(204,242,248); }
H1.HeaderClassName
{
color: #CCF2F8;
}
.AnyTagClassName
{
color: #CCF2F8;
}
</style>
background-color css
<style>
a { background-color: #CCF2F8; }
a { background-color: rgb(204,242,248); }
div.DivClassName
{
background-color: #CCF2F8;
}
.BgClassName
{
background-color: #CCF2F8;
}
</style>
border-color css
<style>
span { border-color: #CCF2F8; }
span { border-color: rgb(204,242,248); }
td.TdClassName
{
border-color: #CCF2F8;
}
.TagClassName
{
border-color: #CCF2F8;
}
</style>