Shades of Prelude #C9BFD0
Tints of Prelude #C9BFD0
RGB
CMYK
RGB Variations
Color information
#C9BFD0 (or 0xC9BFD0) is known color: Prelude. HEX triplet: C9, BF and D0. RGB value is (201,191,208). Sum of RGB (Red+Green+Blue) = 201+191+208=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFD0 is #36402F. Grayscale: #C3C3C3. Windows color (decimal): -3555376 or 13680585. OLE color: 13680585.
HSL color Cylindrical-coordinate representation of color #C9BFD0: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BFD0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 191 | 208 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.18 |
| HSL | 275.29º | 0.15% | 0.78% | - |
| HSV(B) | 275.29º | 0.08% | 0.82% | - |
| XYZ | 54.1 | 54.23 | 67.29 | - |
| YUV | 195.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 208 | 0.03 | 0.08 | 0 | 0.18 | 275.29 | 0.15 | 0.78 |
| Hex | C9 | BF | D0 | 3 | 8 | 0 | 12 | 113 | F | 4E |
| Octal | 311 | 277 | 320 | 3 | 10 | 0 | 22 | 423 | 17 | 116 |
| Binary | 11001001 | 10111111 | 11010000 | 11 | 1000 | 0 | 10010 | 100010011 | 1111 | 1001110 |
Color Harmonies of #C9BFD0
Complementary color
Monochromatic Colors of #C9BFD0
Black with #C9BFD0
Text Example
Text Example
White with #C9BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFD0; }
p { color: rgb(201,191,208); }
H1.HeaderClassName
{
color: #C9BFD0;
}
.AnyTagClassName
{
color: #C9BFD0;
}
</style>
background-color css
<style>
a { background-color: #C9BFD0; }
a { background-color: rgb(201,191,208); }
div.DivClassName
{
background-color: #C9BFD0;
}
.BgClassName
{
background-color: #C9BFD0;
}
</style>
border-color css
<style>
span { border-color: #C9BFD0; }
span { border-color: rgb(201,191,208); }
td.TdClassName
{
border-color: #C9BFD0;
}
.TagClassName
{
border-color: #C9BFD0;
}
</style>