Shades of Moon Raker #CBBDD9
Tints of Moon Raker #CBBDD9
RGB
CMYK
RGB Variations
Color information
#CBBDD9 (or 0xCBBDD9) is known color: Moon Raker. HEX triplet: CB, BD and D9. RGB value is (203,189,217). Sum of RGB (Red+Green+Blue) = 203+189+217=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD9 is #344226. Grayscale: #C4C4C4. Windows color (decimal): -3424807 or 14269899. OLE color: 14269899.
HSL color Cylindrical-coordinate representation of color #CBBDD9: hue angle of 270º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBDD9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 189 | 217 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 270º | 0.27% | 0.8% | - |
| HSV(B) | 270º | 0.13% | 0.85% | - |
| XYZ | 55.35 | 54.1 | 73.17 | - |
| YUV | 196.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 217 | 0.06 | 0.13 | 0 | 0.15 | 270 | 0.27 | 0.8 |
| Hex | CB | BD | D9 | 6 | D | 0 | F | 10E | 1B | 50 |
| Octal | 313 | 275 | 331 | 6 | 15 | 0 | 17 | 416 | 33 | 120 |
| Binary | 11001011 | 10111101 | 11011001 | 110 | 1101 | 0 | 1111 | 100001110 | 11011 | 1010000 |
Color Harmonies of #CBBDD9
Complementary color
Monochromatic Colors of #CBBDD9
Black with #CBBDD9
Text Example
Text Example
White with #CBBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDD9; }
p { color: rgb(203,189,217); }
H1.HeaderClassName
{
color: #CBBDD9;
}
.AnyTagClassName
{
color: #CBBDD9;
}
</style>
background-color css
<style>
a { background-color: #CBBDD9; }
a { background-color: rgb(203,189,217); }
div.DivClassName
{
background-color: #CBBDD9;
}
.BgClassName
{
background-color: #CBBDD9;
}
</style>
border-color css
<style>
span { border-color: #CBBDD9; }
span { border-color: rgb(203,189,217); }
td.TdClassName
{
border-color: #CBBDD9;
}
.TagClassName
{
border-color: #CBBDD9;
}
</style>