Shades of Prelude #C9BED3
Tints of Prelude #C9BED3
RGB
CMYK
RGB Variations
Color information
#C9BED3 (or 0xC9BED3) is known color: Prelude. HEX triplet: C9, BE and D3. RGB value is (201,190,211). Sum of RGB (Red+Green+Blue) = 201+190+211=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #C9BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED3 is #36412C. Grayscale: #C3C3C3. Windows color (decimal): -3555629 or 13876937. OLE color: 13876937.
HSL color Cylindrical-coordinate representation of color #C9BED3: hue angle of 271.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BED3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 190 | 211 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.17 |
| HSL | 271.43º | 0.19% | 0.79% | - |
| HSV(B) | 271.43º | 0.1% | 0.83% | - |
| XYZ | 54.26 | 53.95 | 69.18 | - |
| YUV | 195.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 211 | 0.05 | 0.10 | 0 | 0.17 | 271.43 | 0.19 | 0.79 |
| Hex | C9 | BE | D3 | 5 | A | 0 | 11 | 10F | 13 | 4F |
| Octal | 311 | 276 | 323 | 5 | 12 | 0 | 21 | 417 | 23 | 117 |
| Binary | 11001001 | 10111110 | 11010011 | 101 | 1010 | 0 | 10001 | 100001111 | 10011 | 1001111 |
Color Harmonies of #C9BED3
Complementary color
Monochromatic Colors of #C9BED3
Black with #C9BED3
Text Example
Text Example
White with #C9BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BED3; }
p { color: rgb(201,190,211); }
H1.HeaderClassName
{
color: #C9BED3;
}
.AnyTagClassName
{
color: #C9BED3;
}
</style>
background-color css
<style>
a { background-color: #C9BED3; }
a { background-color: rgb(201,190,211); }
div.DivClassName
{
background-color: #C9BED3;
}
.BgClassName
{
background-color: #C9BED3;
}
</style>
border-color css
<style>
span { border-color: #C9BED3; }
span { border-color: rgb(201,190,211); }
td.TdClassName
{
border-color: #C9BED3;
}
.TagClassName
{
border-color: #C9BED3;
}
</style>