Shades of Moon Raker #CCBBDD
Tints of Moon Raker #CCBBDD
RGB
CMYK
RGB Variations
Color information
#CCBBDD (or 0xCCBBDD) is known color: Moon Raker. HEX triplet: CC, BB and DD. RGB value is (204,187,221). Sum of RGB (Red+Green+Blue) = 204+187+221=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDD is #334422. Grayscale: #C3C3C3. Windows color (decimal): -3359779 or 14531532. OLE color: 14531532.
HSL color Cylindrical-coordinate representation of color #CCBBDD: hue angle of 270º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBBDD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 187 | 221 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.13 |
| HSL | 270º | 0.33% | 0.8% | - |
| HSV(B) | 270º | 0.15% | 0.87% | - |
| XYZ | 55.72 | 53.6 | 75.82 | - |
| YUV | 195.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 221 | 0.08 | 0.15 | 0 | 0.13 | 270 | 0.33 | 0.8 |
| Hex | CC | BB | DD | 8 | F | 0 | D | 10E | 21 | 50 |
| Octal | 314 | 273 | 335 | 10 | 17 | 0 | 15 | 416 | 41 | 120 |
| Binary | 11001100 | 10111011 | 11011101 | 1000 | 1111 | 0 | 1101 | 100001110 | 100001 | 1010000 |
Color Harmonies of #CCBBDD
Complementary color
Monochromatic Colors of #CCBBDD
Black with #CCBBDD
Text Example
Text Example
White with #CCBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBDD; }
p { color: rgb(204,187,221); }
H1.HeaderClassName
{
color: #CCBBDD;
}
.AnyTagClassName
{
color: #CCBBDD;
}
</style>
background-color css
<style>
a { background-color: #CCBBDD; }
a { background-color: rgb(204,187,221); }
div.DivClassName
{
background-color: #CCBBDD;
}
.BgClassName
{
background-color: #CCBBDD;
}
</style>
border-color css
<style>
span { border-color: #CCBBDD; }
span { border-color: rgb(204,187,221); }
td.TdClassName
{
border-color: #CCBBDD;
}
.TagClassName
{
border-color: #CCBBDD;
}
</style>