Shades of Prelude #C6B2CD
Tints of Prelude #C6B2CD
RGB
CMYK
RGB Variations
Color information
#C6B2CD (or 0xC6B2CD) is known color: Prelude. HEX triplet: C6, B2 and CD. RGB value is (198,178,205). Sum of RGB (Red+Green+Blue) = 198+178+205=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2CD is #394D32. Grayscale: #BABABA. Windows color (decimal): -3755315 or 13480646. OLE color: 13480646.
HSL color Cylindrical-coordinate representation of color #C6B2CD: hue angle of 284.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6B2CD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 178 | 205 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.20 |
| HSL | 284.44º | 0.21% | 0.75% | - |
| HSV(B) | 284.44º | 0.13% | 0.8% | - |
| XYZ | 50.23 | 48.25 | 64.42 | - |
| YUV | 187.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 205 | 0.03 | 0.13 | 0 | 0.20 | 284.44 | 0.21 | 0.75 |
| Hex | C6 | B2 | CD | 3 | D | 0 | 14 | 11C | 15 | 4B |
| Octal | 306 | 262 | 315 | 3 | 15 | 0 | 24 | 434 | 25 | 113 |
| Binary | 11000110 | 10110010 | 11001101 | 11 | 1101 | 0 | 10100 | 100011100 | 10101 | 1001011 |
Color Harmonies of #C6B2CD
Complementary color
Monochromatic Colors of #C6B2CD
Black with #C6B2CD
Text Example
Text Example
White with #C6B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2CD; }
p { color: rgb(198,178,205); }
H1.HeaderClassName
{
color: #C6B2CD;
}
.AnyTagClassName
{
color: #C6B2CD;
}
</style>
background-color css
<style>
a { background-color: #C6B2CD; }
a { background-color: rgb(198,178,205); }
div.DivClassName
{
background-color: #C6B2CD;
}
.BgClassName
{
background-color: #C6B2CD;
}
</style>
border-color css
<style>
span { border-color: #C6B2CD; }
span { border-color: rgb(198,178,205); }
td.TdClassName
{
border-color: #C6B2CD;
}
.TagClassName
{
border-color: #C6B2CD;
}
</style>