Shades of Onahau #CCE6ED
Tints of Onahau #CCE6ED
RGB
CMYK
RGB Variations
Color information
#CCE6ED (or 0xCCE6ED) is known color: Onahau. HEX triplet: CC, E6 and ED. RGB value is (204,230,237). Sum of RGB (Red+Green+Blue) = 204+230+237=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6ED is #331912. Grayscale: #DEDEDE. Windows color (decimal): -3348755 or 15591116. OLE color: 15591116.
HSL color Cylindrical-coordinate representation of color #CCE6ED: hue angle of 192.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE6ED is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 230 | 237 | - |
CMYK | 0.14 | 0.03 | 0 | 0.07 |
HSL | 192.73º | 0.48% | 0.86% | - |
HSV(B) | 192.73º | 0.14% | 0.93% | - |
XYZ | 68.48 | 75.55 | 91.09 | - |
YUV | 223.02 | 135.89 | 114.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 237 | 0.14 | 0.03 | 0 | 0.07 | 192.73 | 0.48 | 0.86 |
Hex | CC | E6 | ED | E | 3 | 0 | 7 | C1 | 30 | 56 |
Octal | 314 | 346 | 355 | 16 | 3 | 0 | 7 | 301 | 60 | 126 |
Binary | 11001100 | 11100110 | 11101101 | 1110 | 11 | 0 | 111 | 11000001 | 110000 | 1010110 |
Color Harmonies of #CCE6ED
Complementary color
Monochromatic Colors of #CCE6ED
Black with #CCE6ED
Text Example
Text Example
White with #CCE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6ED; }
p { color: rgb(204,230,237); }
H1.HeaderClassName
{
color: #CCE6ED;
}
.AnyTagClassName
{
color: #CCE6ED;
}
</style>
background-color css
<style>
a { background-color: #CCE6ED; }
a { background-color: rgb(204,230,237); }
div.DivClassName
{
background-color: #CCE6ED;
}
.BgClassName
{
background-color: #CCE6ED;
}
</style>
border-color css
<style>
span { border-color: #CCE6ED; }
span { border-color: rgb(204,230,237); }
td.TdClassName
{
border-color: #CCE6ED;
}
.TagClassName
{
border-color: #CCE6ED;
}
</style>