Shades of Onahau #CCF4FA
Tints of Onahau #CCF4FA
RGB
CMYK
RGB Variations
Color information
#CCF4FA (or 0xCCF4FA) is known color: Onahau. HEX triplet: CC, F4 and FA. RGB value is (204,244,250). Sum of RGB (Red+Green+Blue) = 204+244+250=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FA is #330B05. Grayscale: #E8E8E8. Windows color (decimal): -3345158 or 16446668. OLE color: 16446668.
HSL color Cylindrical-coordinate representation of color #CCF4FA: hue angle of 187.83º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF4FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 244 | 250 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.02 |
| HSL | 187.83º | 0.82% | 0.89% | - |
| HSV(B) | 187.83º | 0.18% | 0.98% | - |
| XYZ | 74.51 | 84.44 | 102.81 | - |
| YUV | 232.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 250 | 0.18 | 0.02 | 0 | 0.02 | 187.83 | 0.82 | 0.89 |
| Hex | CC | F4 | FA | 12 | 2 | 0 | 2 | BC | 52 | 59 |
| Octal | 314 | 364 | 372 | 22 | 2 | 0 | 2 | 274 | 122 | 131 |
| Binary | 11001100 | 11110100 | 11111010 | 10010 | 10 | 0 | 10 | 10111100 | 1010010 | 1011001 |
Color Harmonies of #CCF4FA
Complementary color
Monochromatic Colors of #CCF4FA
Black with #CCF4FA
Text Example
Text Example
White with #CCF4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4FA; }
p { color: rgb(204,244,250); }
H1.HeaderClassName
{
color: #CCF4FA;
}
.AnyTagClassName
{
color: #CCF4FA;
}
</style>
background-color css
<style>
a { background-color: #CCF4FA; }
a { background-color: rgb(204,244,250); }
div.DivClassName
{
background-color: #CCF4FA;
}
.BgClassName
{
background-color: #CCF4FA;
}
</style>
border-color css
<style>
span { border-color: #CCF4FA; }
span { border-color: rgb(204,244,250); }
td.TdClassName
{
border-color: #CCF4FA;
}
.TagClassName
{
border-color: #CCF4FA;
}
</style>