Shades of Prelude #C6B6CD
Tints of Prelude #C6B6CD
RGB
CMYK
RGB Variations
Color information
#C6B6CD (or 0xC6B6CD) is known color: Prelude. HEX triplet: C6, B6 and CD. RGB value is (198,182,205). Sum of RGB (Red+Green+Blue) = 198+182+205=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6CD is #394932. Grayscale: #BDBDBD. Windows color (decimal): -3754291 or 13481670. OLE color: 13481670.
HSL color Cylindrical-coordinate representation of color #C6B6CD: hue angle of 281.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6B6CD is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 182 | 205 | - |
CMYK | 0.03 | 0.11 | 0 | 0.20 |
HSL | 281.74º | 0.19% | 0.76% | - |
HSV(B) | 281.74º | 0.11% | 0.8% | - |
XYZ | 51.04 | 49.87 | 64.69 | - |
YUV | 189.41 | 136.8 | 134.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 182 | 205 | 0.03 | 0.11 | 0 | 0.20 | 281.74 | 0.19 | 0.76 |
Hex | C6 | B6 | CD | 3 | B | 0 | 14 | 11A | 13 | 4C |
Octal | 306 | 266 | 315 | 3 | 13 | 0 | 24 | 432 | 23 | 114 |
Binary | 11000110 | 10110110 | 11001101 | 11 | 1011 | 0 | 10100 | 100011010 | 10011 | 1001100 |
Color Harmonies of #C6B6CD
Complementary color
Monochromatic Colors of #C6B6CD
Black with #C6B6CD
Text Example
Text Example
White with #C6B6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6CD; }
p { color: rgb(198,182,205); }
H1.HeaderClassName
{
color: #C6B6CD;
}
.AnyTagClassName
{
color: #C6B6CD;
}
</style>
background-color css
<style>
a { background-color: #C6B6CD; }
a { background-color: rgb(198,182,205); }
div.DivClassName
{
background-color: #C6B6CD;
}
.BgClassName
{
background-color: #C6B6CD;
}
</style>
border-color css
<style>
span { border-color: #C6B6CD; }
span { border-color: rgb(198,182,205); }
td.TdClassName
{
border-color: #C6B6CD;
}
.TagClassName
{
border-color: #C6B6CD;
}
</style>