Shades of Onahau #CBE6ED
Tints of Onahau #CBE6ED
RGB
CMYK
RGB Variations
Color information
#CBE6ED (or 0xCBE6ED) is known color: Onahau. HEX triplet: CB, E6 and ED. RGB value is (203,230,237). Sum of RGB (Red+Green+Blue) = 203+230+237=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6ED is #341912. Grayscale: #DEDEDE. Windows color (decimal): -3414291 or 15591115. OLE color: 15591115.
HSL color Cylindrical-coordinate representation of color #CBE6ED: hue angle of 192.35º degrees, saturation: 0.49, 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 #CBE6ED is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 230 | 237 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.07 |
| HSL | 192.35º | 0.49% | 0.86% | - |
| HSV(B) | 192.35º | 0.14% | 0.93% | - |
| XYZ | 68.21 | 75.4 | 91.08 | - |
| YUV | 222.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 237 | 0.14 | 0.03 | 0 | 0.07 | 192.35 | 0.49 | 0.86 |
| Hex | CB | E6 | ED | E | 3 | 0 | 7 | C0 | 31 | 56 |
| Octal | 313 | 346 | 355 | 16 | 3 | 0 | 7 | 300 | 61 | 126 |
| Binary | 11001011 | 11100110 | 11101101 | 1110 | 11 | 0 | 111 | 11000000 | 110001 | 1010110 |
Color Harmonies of #CBE6ED
Complementary color
Monochromatic Colors of #CBE6ED
Black with #CBE6ED
Text Example
Text Example
White with #CBE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6ED; }
p { color: rgb(203,230,237); }
H1.HeaderClassName
{
color: #CBE6ED;
}
.AnyTagClassName
{
color: #CBE6ED;
}
</style>
background-color css
<style>
a { background-color: #CBE6ED; }
a { background-color: rgb(203,230,237); }
div.DivClassName
{
background-color: #CBE6ED;
}
.BgClassName
{
background-color: #CBE6ED;
}
</style>
border-color css
<style>
span { border-color: #CBE6ED; }
span { border-color: rgb(203,230,237); }
td.TdClassName
{
border-color: #CBE6ED;
}
.TagClassName
{
border-color: #CBE6ED;
}
</style>