Shades of Onahau #CCE6EB
Tints of Onahau #CCE6EB
RGB
CMYK
RGB Variations
Color information
#CCE6EB (or 0xCCE6EB) is known color: Onahau. HEX triplet: CC, E6 and EB. RGB value is (204,230,235). Sum of RGB (Red+Green+Blue) = 204+230+235=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6EB is #331914. Grayscale: #DEDEDE. Windows color (decimal): -3348757 or 15460044. OLE color: 15460044.
HSL color Cylindrical-coordinate representation of color #CCE6EB: hue angle of 189.68º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE6EB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 230 | 235 | - |
CMYK | 0.13 | 0.02 | 0 | 0.08 |
HSL | 189.68º | 0.44% | 0.86% | - |
HSV(B) | 189.68º | 0.13% | 0.92% | - |
XYZ | 68.19 | 75.43 | 89.56 | - |
YUV | 222.8 | 134.89 | 114.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 235 | 0.13 | 0.02 | 0 | 0.08 | 189.68 | 0.44 | 0.86 |
Hex | CC | E6 | EB | D | 2 | 0 | 8 | BE | 2C | 56 |
Octal | 314 | 346 | 353 | 15 | 2 | 0 | 10 | 276 | 54 | 126 |
Binary | 11001100 | 11100110 | 11101011 | 1101 | 10 | 0 | 1000 | 10111110 | 101100 | 1010110 |
Color Harmonies of #CCE6EB
Complementary color
Monochromatic Colors of #CCE6EB
Black with #CCE6EB
Text Example
Text Example
White with #CCE6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6EB; }
p { color: rgb(204,230,235); }
H1.HeaderClassName
{
color: #CCE6EB;
}
.AnyTagClassName
{
color: #CCE6EB;
}
</style>
background-color css
<style>
a { background-color: #CCE6EB; }
a { background-color: rgb(204,230,235); }
div.DivClassName
{
background-color: #CCE6EB;
}
.BgClassName
{
background-color: #CCE6EB;
}
</style>
border-color css
<style>
span { border-color: #CCE6EB; }
span { border-color: rgb(204,230,235); }
td.TdClassName
{
border-color: #CCE6EB;
}
.TagClassName
{
border-color: #CCE6EB;
}
</style>