Shades of Onahau #CBE7ED
Tints of Onahau #CBE7ED
RGB
CMYK
RGB Variations
Color information
#CBE7ED (or 0xCBE7ED) is known color: Onahau. HEX triplet: CB, E7 and ED. RGB value is (203,231,237). Sum of RGB (Red+Green+Blue) = 203+231+237=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 231 (90.62% from 255 or 34.43% 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 #CBE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE7ED is #341812. Grayscale: #DFDFDF. Windows color (decimal): -3414035 or 15591371. OLE color: 15591371.
HSL color Cylindrical-coordinate representation of color #CBE7ED: hue angle of 190.59º 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 #CBE7ED is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 231 | 237 | - |
CMYK | 0.14 | 0.03 | 0 | 0.07 |
HSL | 190.59º | 0.49% | 0.86% | - |
HSV(B) | 190.59º | 0.14% | 0.93% | - |
XYZ | 68.49 | 75.96 | 91.17 | - |
YUV | 223.31 | 135.72 | 113.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 231 | 237 | 0.14 | 0.03 | 0 | 0.07 | 190.59 | 0.49 | 0.86 |
Hex | CB | E7 | ED | E | 3 | 0 | 7 | BF | 31 | 56 |
Octal | 313 | 347 | 355 | 16 | 3 | 0 | 7 | 277 | 61 | 126 |
Binary | 11001011 | 11100111 | 11101101 | 1110 | 11 | 0 | 111 | 10111111 | 110001 | 1010110 |
Color Harmonies of #CBE7ED
Complementary color
Monochromatic Colors of #CBE7ED
Black with #CBE7ED
Text Example
Text Example
White with #CBE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7ED; }
p { color: rgb(203,231,237); }
H1.HeaderClassName
{
color: #CBE7ED;
}
.AnyTagClassName
{
color: #CBE7ED;
}
</style>
background-color css
<style>
a { background-color: #CBE7ED; }
a { background-color: rgb(203,231,237); }
div.DivClassName
{
background-color: #CBE7ED;
}
.BgClassName
{
background-color: #CBE7ED;
}
</style>
border-color css
<style>
span { border-color: #CBE7ED; }
span { border-color: rgb(203,231,237); }
td.TdClassName
{
border-color: #CBE7ED;
}
.TagClassName
{
border-color: #CBE7ED;
}
</style>