Shades of Prelude #C8BBCF
Tints of Prelude #C8BBCF
RGB
CMYK
RGB Variations
Color information
#C8BBCF (or 0xC8BBCF) is known color: Prelude. HEX triplet: C8, BB and CF. RGB value is (200,187,207). Sum of RGB (Red+Green+Blue) = 200+187+207=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCF is #374430. Grayscale: #C1C1C1. Windows color (decimal): -3621937 or 13614024. OLE color: 13614024.
HSL color Cylindrical-coordinate representation of color #C8BBCF: hue angle of 279º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BBCF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 187 | 207 | - |
CMYK | 0.03 | 0.10 | 0 | 0.19 |
HSL | 279º | 0.17% | 0.77% | - |
HSV(B) | 279º | 0.1% | 0.81% | - |
XYZ | 52.85 | 52.33 | 66.35 | - |
YUV | 193.17 | 135.81 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 187 | 207 | 0.03 | 0.10 | 0 | 0.19 | 279 | 0.17 | 0.77 |
Hex | C8 | BB | CF | 3 | A | 0 | 13 | 117 | 11 | 4D |
Octal | 310 | 273 | 317 | 3 | 12 | 0 | 23 | 427 | 21 | 115 |
Binary | 11001000 | 10111011 | 11001111 | 11 | 1010 | 0 | 10011 | 100010111 | 10001 | 1001101 |
Color Harmonies of #C8BBCF
Complementary color
Monochromatic Colors of #C8BBCF
Black with #C8BBCF
Text Example
Text Example
White with #C8BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBCF; }
p { color: rgb(200,187,207); }
H1.HeaderClassName
{
color: #C8BBCF;
}
.AnyTagClassName
{
color: #C8BBCF;
}
</style>
background-color css
<style>
a { background-color: #C8BBCF; }
a { background-color: rgb(200,187,207); }
div.DivClassName
{
background-color: #C8BBCF;
}
.BgClassName
{
background-color: #C8BBCF;
}
</style>
border-color css
<style>
span { border-color: #C8BBCF; }
span { border-color: rgb(200,187,207); }
td.TdClassName
{
border-color: #C8BBCF;
}
.TagClassName
{
border-color: #C8BBCF;
}
</style>