Shades of Prelude #C8B8CE
Tints of Prelude #C8B8CE
RGB
CMYK
RGB Variations
Color information
#C8B8CE (or 0xC8B8CE) is known color: Prelude. HEX triplet: C8, B8 and CE. RGB value is (200,184,206). Sum of RGB (Red+Green+Blue) = 200+184+206=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8CE is #374731. Grayscale: #BFBFBF. Windows color (decimal): -3622706 or 13547720. OLE color: 13547720.
HSL color Cylindrical-coordinate representation of color #C8B8CE: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B8CE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 184 | 206 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.19 |
| HSL | 283.64º | 0.18% | 0.76% | - |
| HSV(B) | 283.64º | 0.11% | 0.81% | - |
| XYZ | 52.1 | 51.02 | 65.49 | - |
| YUV | 191.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 206 | 0.03 | 0.11 | 0 | 0.19 | 283.64 | 0.18 | 0.76 |
| Hex | C8 | B8 | CE | 3 | B | 0 | 13 | 11C | 12 | 4C |
| Octal | 310 | 270 | 316 | 3 | 13 | 0 | 23 | 434 | 22 | 114 |
| Binary | 11001000 | 10111000 | 11001110 | 11 | 1011 | 0 | 10011 | 100011100 | 10010 | 1001100 |
Color Harmonies of #C8B8CE
Complementary color
Monochromatic Colors of #C8B8CE
Black with #C8B8CE
Text Example
Text Example
White with #C8B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8CE; }
p { color: rgb(200,184,206); }
H1.HeaderClassName
{
color: #C8B8CE;
}
.AnyTagClassName
{
color: #C8B8CE;
}
</style>
background-color css
<style>
a { background-color: #C8B8CE; }
a { background-color: rgb(200,184,206); }
div.DivClassName
{
background-color: #C8B8CE;
}
.BgClassName
{
background-color: #C8B8CE;
}
</style>
border-color css
<style>
span { border-color: #C8B8CE; }
span { border-color: rgb(200,184,206); }
td.TdClassName
{
border-color: #C8B8CE;
}
.TagClassName
{
border-color: #C8B8CE;
}
</style>