Shades of Onahau #CCF1F8
Tints of Onahau #CCF1F8
RGB
CMYK
RGB Variations
Color information
#CCF1F8 (or 0xCCF1F8) is known color: Onahau. HEX triplet: CC, F1 and F8. RGB value is (204,241,248). Sum of RGB (Red+Green+Blue) = 204+241+248=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 241 (94.53% from 255 or 34.78% 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 #CCF1F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1F8 is #330E07. Grayscale: #E6E6E6. Windows color (decimal): -3345928 or 16314828. OLE color: 16314828.
HSL color Cylindrical-coordinate representation of color #CCF1F8: hue angle of 189.55º 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 #CCF1F8 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 241 | 248 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.03 |
| HSL | 189.55º | 0.76% | 0.89% | - |
| HSV(B) | 189.55º | 0.18% | 0.97% | - |
| XYZ | 73.3 | 82.53 | 100.87 | - |
| YUV | 230.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 248 | 0.18 | 0.03 | 0 | 0.03 | 189.55 | 0.76 | 0.89 |
| Hex | CC | F1 | F8 | 12 | 3 | 0 | 3 | BE | 4C | 59 |
| Octal | 314 | 361 | 370 | 22 | 3 | 0 | 3 | 276 | 114 | 131 |
| Binary | 11001100 | 11110001 | 11111000 | 10010 | 11 | 0 | 11 | 10111110 | 1001100 | 1011001 |
Color Harmonies of #CCF1F8
Complementary color
Monochromatic Colors of #CCF1F8
Black with #CCF1F8
Text Example
Text Example
White with #CCF1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1F8; }
p { color: rgb(204,241,248); }
H1.HeaderClassName
{
color: #CCF1F8;
}
.AnyTagClassName
{
color: #CCF1F8;
}
</style>
background-color css
<style>
a { background-color: #CCF1F8; }
a { background-color: rgb(204,241,248); }
div.DivClassName
{
background-color: #CCF1F8;
}
.BgClassName
{
background-color: #CCF1F8;
}
</style>
border-color css
<style>
span { border-color: #CCF1F8; }
span { border-color: rgb(204,241,248); }
td.TdClassName
{
border-color: #CCF1F8;
}
.TagClassName
{
border-color: #CCF1F8;
}
</style>