Shades of Mabel #CBE5E6
Tints of Mabel #CBE5E6
RGB
CMYK
RGB Variations
Color information
#CBE5E6 (or 0xCBE5E6) is known color: Mabel. HEX triplet: CB, E5 and E6. RGB value is (203,229,230). Sum of RGB (Red+Green+Blue) = 203+229+230=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBE5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5E6 is #341A19. Grayscale: #DDDDDD. Windows color (decimal): -3414554 or 15132107. OLE color: 15132107.
HSL color Cylindrical-coordinate representation of color #CBE5E6: hue angle of 182.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE5E6 is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 203 | 229 | 230 | - |
CMYK | 0.12 | 0.00 | 0 | 0.10 |
HSL | 182.22º | 0.35% | 0.85% | - |
HSV(B) | 182.22º | 0.12% | 0.9% | - |
XYZ | 66.93 | 74.45 | 85.71 | - |
YUV | 221.34 | 132.89 | 114.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 229 | 230 | 0.12 | 0.00 | 0 | 0.10 | 182.22 | 0.35 | 0.85 |
Hex | CB | E5 | E6 | C | 0 | 0 | A | B6 | 23 | 55 |
Octal | 313 | 345 | 346 | 14 | 0 | 0 | 12 | 266 | 43 | 125 |
Binary | 11001011 | 11100101 | 11100110 | 1100 | 0 | 0 | 1010 | 10110110 | 100011 | 1010101 |
Color Harmonies of #CBE5E6
Complementary color
Monochromatic Colors of #CBE5E6
Black with #CBE5E6
Text Example
Text Example
White with #CBE5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5E6; }
p { color: rgb(203,229,230); }
H1.HeaderClassName
{
color: #CBE5E6;
}
.AnyTagClassName
{
color: #CBE5E6;
}
</style>
background-color css
<style>
a { background-color: #CBE5E6; }
a { background-color: rgb(203,229,230); }
div.DivClassName
{
background-color: #CBE5E6;
}
.BgClassName
{
background-color: #CBE5E6;
}
</style>
border-color css
<style>
span { border-color: #CBE5E6; }
span { border-color: rgb(203,229,230); }
td.TdClassName
{
border-color: #CBE5E6;
}
.TagClassName
{
border-color: #CBE5E6;
}
</style>