Shades of Moon Raker #CBBBDB
Tints of Moon Raker #CBBBDB
RGB
CMYK
RGB Variations
Color information
#CBBBDB (or 0xCBBBDB) is known color: Moon Raker. HEX triplet: CB, BB and DB. RGB value is (203,187,219). Sum of RGB (Red+Green+Blue) = 203+187+219=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBDB is #344424. Grayscale: #C3C3C3. Windows color (decimal): -3425317 or 14400459. OLE color: 14400459.
HSL color Cylindrical-coordinate representation of color #CBBBDB: hue angle of 270º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBBDB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 187 | 219 | - |
CMYK | 0.07 | 0.15 | 0 | 0.14 |
HSL | 270º | 0.31% | 0.8% | - |
HSV(B) | 270º | 0.15% | 0.86% | - |
XYZ | 55.19 | 53.35 | 74.41 | - |
YUV | 195.43 | 141.3 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 187 | 219 | 0.07 | 0.15 | 0 | 0.14 | 270 | 0.31 | 0.8 |
Hex | CB | BB | DB | 7 | F | 0 | E | 10E | 1F | 50 |
Octal | 313 | 273 | 333 | 7 | 17 | 0 | 16 | 416 | 37 | 120 |
Binary | 11001011 | 10111011 | 11011011 | 111 | 1111 | 0 | 1110 | 100001110 | 11111 | 1010000 |
Color Harmonies of #CBBBDB
Complementary color
Monochromatic Colors of #CBBBDB
Black with #CBBBDB
Text Example
Text Example
White with #CBBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBDB; }
p { color: rgb(203,187,219); }
H1.HeaderClassName
{
color: #CBBBDB;
}
.AnyTagClassName
{
color: #CBBBDB;
}
</style>
background-color css
<style>
a { background-color: #CBBBDB; }
a { background-color: rgb(203,187,219); }
div.DivClassName
{
background-color: #CBBBDB;
}
.BgClassName
{
background-color: #CBBBDB;
}
</style>
border-color css
<style>
span { border-color: #CBBBDB; }
span { border-color: rgb(203,187,219); }
td.TdClassName
{
border-color: #CBBBDB;
}
.TagClassName
{
border-color: #CBBBDB;
}
</style>