Shades of Onahau #CCEDF2
Tints of Onahau #CCEDF2
RGB
CMYK
RGB Variations
Color information
#CCEDF2 (or 0xCCEDF2) is known color: Onahau. HEX triplet: CC, ED and F2. RGB value is (204,237,242). Sum of RGB (Red+Green+Blue) = 204+237+242=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF2 is #33120D. Grayscale: #E3E3E3. Windows color (decimal): -3346958 or 15920588. OLE color: 15920588.
HSL color Cylindrical-coordinate representation of color #CCEDF2: hue angle of 187.89º 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 #CCEDF2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 237 | 242 | - |
CMYK | 0.16 | 0.02 | 0 | 0.05 |
HSL | 187.89º | 0.59% | 0.87% | - |
HSV(B) | 187.89º | 0.16% | 0.95% | - |
XYZ | 71.21 | 79.82 | 95.66 | - |
YUV | 227.7 | 136.07 | 111.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 242 | 0.16 | 0.02 | 0 | 0.05 | 187.89 | 0.59 | 0.87 |
Hex | CC | ED | F2 | 10 | 2 | 0 | 5 | BC | 3B | 57 |
Octal | 314 | 355 | 362 | 20 | 2 | 0 | 5 | 274 | 73 | 127 |
Binary | 11001100 | 11101101 | 11110010 | 10000 | 10 | 0 | 101 | 10111100 | 111011 | 1010111 |
Color Harmonies of #CCEDF2
Complementary color
Monochromatic Colors of #CCEDF2
Black with #CCEDF2
Text Example
Text Example
White with #CCEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDF2; }
p { color: rgb(204,237,242); }
H1.HeaderClassName
{
color: #CCEDF2;
}
.AnyTagClassName
{
color: #CCEDF2;
}
</style>
background-color css
<style>
a { background-color: #CCEDF2; }
a { background-color: rgb(204,237,242); }
div.DivClassName
{
background-color: #CCEDF2;
}
.BgClassName
{
background-color: #CCEDF2;
}
</style>
border-color css
<style>
span { border-color: #CCEDF2; }
span { border-color: rgb(204,237,242); }
td.TdClassName
{
border-color: #CCEDF2;
}
.TagClassName
{
border-color: #CCEDF2;
}
</style>