Shades of Moon Raker #CBBFD8
Tints of Moon Raker #CBBFD8
RGB
CMYK
RGB Variations
Color information
#CBBFD8 (or 0xCBBFD8) is known color: Moon Raker. HEX triplet: CB, BF and D8. RGB value is (203,191,216). Sum of RGB (Red+Green+Blue) = 203+191+216=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFD8 is #344027. Grayscale: #C5C5C5. Windows color (decimal): -3424296 or 14204875. OLE color: 14204875.
HSL color Cylindrical-coordinate representation of color #CBBFD8: hue angle of 268.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBFD8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 203 | 191 | 216 | - |
CMYK | 0.06 | 0.12 | 0 | 0.15 |
HSL | 268.8º | 0.24% | 0.8% | - |
HSV(B) | 268.8º | 0.12% | 0.85% | - |
XYZ | 55.65 | 54.92 | 72.63 | - |
YUV | 197.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 191 | 216 | 0.06 | 0.12 | 0 | 0.15 | 268.8 | 0.24 | 0.8 |
Hex | CB | BF | D8 | 6 | C | 0 | F | 10D | 18 | 50 |
Octal | 313 | 277 | 330 | 6 | 14 | 0 | 17 | 415 | 30 | 120 |
Binary | 11001011 | 10111111 | 11011000 | 110 | 1100 | 0 | 1111 | 100001101 | 11000 | 1010000 |
Color Harmonies of #CBBFD8
Complementary color
Monochromatic Colors of #CBBFD8
Black with #CBBFD8
Text Example
Text Example
White with #CBBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFD8; }
p { color: rgb(203,191,216); }
H1.HeaderClassName
{
color: #CBBFD8;
}
.AnyTagClassName
{
color: #CBBFD8;
}
</style>
background-color css
<style>
a { background-color: #CBBFD8; }
a { background-color: rgb(203,191,216); }
div.DivClassName
{
background-color: #CBBFD8;
}
.BgClassName
{
background-color: #CBBFD8;
}
</style>
border-color css
<style>
span { border-color: #CBBFD8; }
span { border-color: rgb(203,191,216); }
td.TdClassName
{
border-color: #CBBFD8;
}
.TagClassName
{
border-color: #CBBFD8;
}
</style>