Shades of Prelude #C8BBCE
Tints of Prelude #C8BBCE
RGB
CMYK
RGB Variations
Color information
#C8BBCE (or 0xC8BBCE) is known color: Prelude. HEX triplet: C8, BB and CE. RGB value is (200,187,206). Sum of RGB (Red+Green+Blue) = 200+187+206=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCE is #374431. Grayscale: #C0C0C0. Windows color (decimal): -3621938 or 13548488. OLE color: 13548488.
HSL color Cylindrical-coordinate representation of color #C8BBCE: hue angle of 281.05º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BBCE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 187 | 206 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.19 |
| HSL | 281.05º | 0.16% | 0.77% | - |
| HSV(B) | 281.05º | 0.09% | 0.81% | - |
| XYZ | 52.73 | 52.28 | 65.7 | - |
| YUV | 193.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 206 | 0.03 | 0.09 | 0 | 0.19 | 281.05 | 0.16 | 0.77 |
| Hex | C8 | BB | CE | 3 | 9 | 0 | 13 | 119 | 10 | 4D |
| Octal | 310 | 273 | 316 | 3 | 11 | 0 | 23 | 431 | 20 | 115 |
| Binary | 11001000 | 10111011 | 11001110 | 11 | 1001 | 0 | 10011 | 100011001 | 10000 | 1001101 |
Color Harmonies of #C8BBCE
Complementary color
Monochromatic Colors of #C8BBCE
Black with #C8BBCE
Text Example
Text Example
White with #C8BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBCE; }
p { color: rgb(200,187,206); }
H1.HeaderClassName
{
color: #C8BBCE;
}
.AnyTagClassName
{
color: #C8BBCE;
}
</style>
background-color css
<style>
a { background-color: #C8BBCE; }
a { background-color: rgb(200,187,206); }
div.DivClassName
{
background-color: #C8BBCE;
}
.BgClassName
{
background-color: #C8BBCE;
}
</style>
border-color css
<style>
span { border-color: #C8BBCE; }
span { border-color: rgb(200,187,206); }
td.TdClassName
{
border-color: #C8BBCE;
}
.TagClassName
{
border-color: #C8BBCE;
}
</style>