Shades of Onahau #CCF3FA
Tints of Onahau #CCF3FA
RGB
CMYK
RGB Variations
Color information
#CCF3FA (or 0xCCF3FA) is known color: Onahau. HEX triplet: CC, F3 and FA. RGB value is (204,243,250). Sum of RGB (Red+Green+Blue) = 204+243+250=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3FA is #330C05. Grayscale: #E8E8E8. Windows color (decimal): -3345414 or 16446412. OLE color: 16446412.
HSL color Cylindrical-coordinate representation of color #CCF3FA: hue angle of 189.13º 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 #CCF3FA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 243 | 250 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.02 |
| HSL | 189.13º | 0.82% | 0.89% | - |
| HSV(B) | 189.13º | 0.18% | 0.98% | - |
| XYZ | 74.21 | 83.84 | 102.71 | - |
| YUV | 232.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 250 | 0.18 | 0.03 | 0 | 0.02 | 189.13 | 0.82 | 0.89 |
| Hex | CC | F3 | FA | 12 | 3 | 0 | 2 | BD | 52 | 59 |
| Octal | 314 | 363 | 372 | 22 | 3 | 0 | 2 | 275 | 122 | 131 |
| Binary | 11001100 | 11110011 | 11111010 | 10010 | 11 | 0 | 10 | 10111101 | 1010010 | 1011001 |
Color Harmonies of #CCF3FA
Complementary color
Monochromatic Colors of #CCF3FA
Black with #CCF3FA
Text Example
Text Example
White with #CCF3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3FA; }
p { color: rgb(204,243,250); }
H1.HeaderClassName
{
color: #CCF3FA;
}
.AnyTagClassName
{
color: #CCF3FA;
}
</style>
background-color css
<style>
a { background-color: #CCF3FA; }
a { background-color: rgb(204,243,250); }
div.DivClassName
{
background-color: #CCF3FA;
}
.BgClassName
{
background-color: #CCF3FA;
}
</style>
border-color css
<style>
span { border-color: #CCF3FA; }
span { border-color: rgb(204,243,250); }
td.TdClassName
{
border-color: #CCF3FA;
}
.TagClassName
{
border-color: #CCF3FA;
}
</style>