Shades of Blue Romance #CBE9C9
Tints of Blue Romance #CBE9C9
RGB
CMYK
RGB Variations
Color information
#CBE9C9 (or 0xCBE9C9) is known color: Blue Romance. HEX triplet: CB, E9 and C9. RGB value is (203,233,201). Sum of RGB (Red+Green+Blue) = 203+233+201=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9C9 is #341636. Grayscale: #DCDCDC. Windows color (decimal): -3413559 or 13232587. OLE color: 13232587.
HSL color Cylindrical-coordinate representation of color #CBE9C9: hue angle of 116.25º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE9C9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 201 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.09 |
| HSL | 116.25º | 0.42% | 0.85% | - |
| HSV(B) | 116.25º | 0.14% | 0.91% | - |
| XYZ | 64.31 | 75.19 | 66.38 | - |
| YUV | 220.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 201 | 0.13 | 0 | 0.14 | 0.09 | 116.25 | 0.42 | 0.85 |
| Hex | CB | E9 | C9 | D | 0 | E | 9 | 74 | 2A | 55 |
| Octal | 313 | 351 | 311 | 15 | 0 | 16 | 11 | 164 | 52 | 125 |
| Binary | 11001011 | 11101001 | 11001001 | 1101 | 0 | 1110 | 1001 | 1110100 | 101010 | 1010101 |
Color Harmonies of #CBE9C9
Complementary color
Monochromatic Colors of #CBE9C9
Black with #CBE9C9
Text Example
Text Example
White with #CBE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9C9; }
p { color: rgb(203,233,201); }
H1.HeaderClassName
{
color: #CBE9C9;
}
.AnyTagClassName
{
color: #CBE9C9;
}
</style>
background-color css
<style>
a { background-color: #CBE9C9; }
a { background-color: rgb(203,233,201); }
div.DivClassName
{
background-color: #CBE9C9;
}
.BgClassName
{
background-color: #CBE9C9;
}
</style>
border-color css
<style>
span { border-color: #CBE9C9; }
span { border-color: rgb(203,233,201); }
td.TdClassName
{
border-color: #CBE9C9;
}
.TagClassName
{
border-color: #CBE9C9;
}
</style>