Shades of Prelude #C9B0D0
Tints of Prelude #C9B0D0
RGB
CMYK
RGB Variations
Color information
#C9B0D0 (or 0xC9B0D0) is known color: Prelude. HEX triplet: C9, B0 and D0. RGB value is (201,176,208). Sum of RGB (Red+Green+Blue) = 201+176+208=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0D0 is #364F2F. Grayscale: #BBBBBB. Windows color (decimal): -3559216 or 13676745. OLE color: 13676745.
HSL color Cylindrical-coordinate representation of color #C9B0D0: hue angle of 286.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9B0D0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 176 | 208 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.18 |
| HSL | 286.88º | 0.25% | 0.75% | - |
| HSV(B) | 286.88º | 0.15% | 0.82% | - |
| XYZ | 51 | 48.02 | 66.26 | - |
| YUV | 187.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 208 | 0.03 | 0.15 | 0 | 0.18 | 286.88 | 0.25 | 0.75 |
| Hex | C9 | B0 | D0 | 3 | F | 0 | 12 | 11F | 19 | 4B |
| Octal | 311 | 260 | 320 | 3 | 17 | 0 | 22 | 437 | 31 | 113 |
| Binary | 11001001 | 10110000 | 11010000 | 11 | 1111 | 0 | 10010 | 100011111 | 11001 | 1001011 |
Color Harmonies of #C9B0D0
Complementary color
Monochromatic Colors of #C9B0D0
Black with #C9B0D0
Text Example
Text Example
White with #C9B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0D0; }
p { color: rgb(201,176,208); }
H1.HeaderClassName
{
color: #C9B0D0;
}
.AnyTagClassName
{
color: #C9B0D0;
}
</style>
background-color css
<style>
a { background-color: #C9B0D0; }
a { background-color: rgb(201,176,208); }
div.DivClassName
{
background-color: #C9B0D0;
}
.BgClassName
{
background-color: #C9B0D0;
}
</style>
border-color css
<style>
span { border-color: #C9B0D0; }
span { border-color: rgb(201,176,208); }
td.TdClassName
{
border-color: #C9B0D0;
}
.TagClassName
{
border-color: #C9B0D0;
}
</style>