Shades of Mabel #CBEDED
Tints of Mabel #CBEDED
RGB
CMYK
RGB Variations
Color information
#CBEDED (or 0xCBEDED) is known color: Mabel. HEX triplet: CB, ED and ED. RGB value is (203,237,237). Sum of RGB (Red+Green+Blue) = 203+237+237=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #CBEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDED is #341212. Grayscale: #E2E2E2. Windows color (decimal): -3412499 or 15592907. OLE color: 15592907.
HSL color Cylindrical-coordinate representation of color #CBEDED: hue angle of 180º 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 #CBEDED is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 237 | - |
| CMYK | 0.14 | 0 | 0 | 0.07 |
| HSL | 180º | 0.49% | 0.86% | - |
| HSV(B) | 180º | 0.14% | 0.93% | - |
| XYZ | 70.2 | 79.38 | 91.74 | - |
| YUV | 226.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 237 | 0.14 | 0 | 0 | 0.07 | 180 | 0.49 | 0.86 |
| Hex | CB | ED | ED | E | 0 | 0 | 7 | B4 | 31 | 56 |
| Octal | 313 | 355 | 355 | 16 | 0 | 0 | 7 | 264 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11101101 | 1110 | 0 | 0 | 111 | 10110100 | 110001 | 1010110 |
Color Harmonies of #CBEDED
Complementary color
Monochromatic Colors of #CBEDED
Black with #CBEDED
Text Example
Text Example
White with #CBEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDED; }
p { color: rgb(203,237,237); }
H1.HeaderClassName
{
color: #CBEDED;
}
.AnyTagClassName
{
color: #CBEDED;
}
</style>
background-color css
<style>
a { background-color: #CBEDED; }
a { background-color: rgb(203,237,237); }
div.DivClassName
{
background-color: #CBEDED;
}
.BgClassName
{
background-color: #CBEDED;
}
</style>
border-color css
<style>
span { border-color: #CBEDED; }
span { border-color: rgb(203,237,237); }
td.TdClassName
{
border-color: #CBEDED;
}
.TagClassName
{
border-color: #CBEDED;
}
</style>