Shades of Moon Raker #CBBCDA
Tints of Moon Raker #CBBCDA
RGB
CMYK
RGB Variations
Color information
#CBBCDA (or 0xCBBCDA) is known color: Moon Raker. HEX triplet: CB, BC and DA. RGB value is (203,188,218). Sum of RGB (Red+Green+Blue) = 203+188+218=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCDA is #344325. Grayscale: #C3C3C3. Windows color (decimal): -3425062 or 14335179. OLE color: 14335179.
HSL color Cylindrical-coordinate representation of color #CBBCDA: hue angle of 270º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBCDA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 188 | 218 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.15 |
| HSL | 270º | 0.29% | 0.8% | - |
| HSV(B) | 270º | 0.14% | 0.85% | - |
| XYZ | 55.27 | 53.72 | 73.79 | - |
| YUV | 195.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 218 | 0.07 | 0.14 | 0 | 0.15 | 270 | 0.29 | 0.8 |
| Hex | CB | BC | DA | 7 | E | 0 | F | 10E | 1D | 50 |
| Octal | 313 | 274 | 332 | 7 | 16 | 0 | 17 | 416 | 35 | 120 |
| Binary | 11001011 | 10111100 | 11011010 | 111 | 1110 | 0 | 1111 | 100001110 | 11101 | 1010000 |
Color Harmonies of #CBBCDA
Complementary color
Monochromatic Colors of #CBBCDA
Black with #CBBCDA
Text Example
Text Example
White with #CBBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCDA; }
p { color: rgb(203,188,218); }
H1.HeaderClassName
{
color: #CBBCDA;
}
.AnyTagClassName
{
color: #CBBCDA;
}
</style>
background-color css
<style>
a { background-color: #CBBCDA; }
a { background-color: rgb(203,188,218); }
div.DivClassName
{
background-color: #CBBCDA;
}
.BgClassName
{
background-color: #CBBCDA;
}
</style>
border-color css
<style>
span { border-color: #CBBCDA; }
span { border-color: rgb(203,188,218); }
td.TdClassName
{
border-color: #CBBCDA;
}
.TagClassName
{
border-color: #CBBCDA;
}
</style>