Shades of Onahau #CCEAF2
Tints of Onahau #CCEAF2
RGB
CMYK
RGB Variations
Color information
#CCEAF2 (or 0xCCEAF2) is known color: Onahau. HEX triplet: CC, EA and F2. RGB value is (204,234,242). Sum of RGB (Red+Green+Blue) = 204+234+242=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF2 is #33150D. Grayscale: #E1E1E1. Windows color (decimal): -3347726 or 15919820. OLE color: 15919820.
HSL color Cylindrical-coordinate representation of color #CCEAF2: hue angle of 192.63º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEAF2 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 234 | 242 | - |
CMYK | 0.16 | 0.03 | 0 | 0.05 |
HSL | 192.63º | 0.59% | 0.87% | - |
HSV(B) | 192.63º | 0.16% | 0.95% | - |
XYZ | 70.35 | 78.09 | 95.37 | - |
YUV | 225.94 | 137.06 | 112.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 242 | 0.16 | 0.03 | 0 | 0.05 | 192.63 | 0.59 | 0.87 |
Hex | CC | EA | F2 | 10 | 3 | 0 | 5 | C1 | 3B | 57 |
Octal | 314 | 352 | 362 | 20 | 3 | 0 | 5 | 301 | 73 | 127 |
Binary | 11001100 | 11101010 | 11110010 | 10000 | 11 | 0 | 101 | 11000001 | 111011 | 1010111 |
Color Harmonies of #CCEAF2
Complementary color
Monochromatic Colors of #CCEAF2
Black with #CCEAF2
Text Example
Text Example
White with #CCEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAF2; }
p { color: rgb(204,234,242); }
H1.HeaderClassName
{
color: #CCEAF2;
}
.AnyTagClassName
{
color: #CCEAF2;
}
</style>
background-color css
<style>
a { background-color: #CCEAF2; }
a { background-color: rgb(204,234,242); }
div.DivClassName
{
background-color: #CCEAF2;
}
.BgClassName
{
background-color: #CCEAF2;
}
</style>
border-color css
<style>
span { border-color: #CCEAF2; }
span { border-color: rgb(204,234,242); }
td.TdClassName
{
border-color: #CCEAF2;
}
.TagClassName
{
border-color: #CCEAF2;
}
</style>