Shades of Moon Raker #C6B2DF
Tints of Moon Raker #C6B2DF
RGB
CMYK
RGB Variations
Color information
#C6B2DF (or 0xC6B2DF) is known color: Moon Raker. HEX triplet: C6, B2 and DF. RGB value is (198,178,223). Sum of RGB (Red+Green+Blue) = 198+178+223=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2DF is #394D20. Grayscale: #BCBCBC. Windows color (decimal): -3755297 or 14660294. OLE color: 14660294.
HSL color Cylindrical-coordinate representation of color #C6B2DF: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B2DF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 178 | 223 | - |
CMYK | 0.11 | 0.20 | 0 | 0.13 |
HSL | 266.67º | 0.41% | 0.79% | - |
HSV(B) | 266.67º | 0.2% | 0.87% | - |
XYZ | 52.53 | 49.17 | 76.54 | - |
YUV | 189.11 | 147.13 | 134.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 178 | 223 | 0.11 | 0.20 | 0 | 0.13 | 266.67 | 0.41 | 0.79 |
Hex | C6 | B2 | DF | B | 14 | 0 | D | 10B | 29 | 4F |
Octal | 306 | 262 | 337 | 13 | 24 | 0 | 15 | 413 | 51 | 117 |
Binary | 11000110 | 10110010 | 11011111 | 1011 | 10100 | 0 | 1101 | 100001011 | 101001 | 1001111 |
Color Harmonies of #C6B2DF
Complementary color
Monochromatic Colors of #C6B2DF
Black with #C6B2DF
Text Example
Text Example
White with #C6B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2DF; }
p { color: rgb(198,178,223); }
H1.HeaderClassName
{
color: #C6B2DF;
}
.AnyTagClassName
{
color: #C6B2DF;
}
</style>
background-color css
<style>
a { background-color: #C6B2DF; }
a { background-color: rgb(198,178,223); }
div.DivClassName
{
background-color: #C6B2DF;
}
.BgClassName
{
background-color: #C6B2DF;
}
</style>
border-color css
<style>
span { border-color: #C6B2DF; }
span { border-color: rgb(198,178,223); }
td.TdClassName
{
border-color: #C6B2DF;
}
.TagClassName
{
border-color: #C6B2DF;
}
</style>