Shades of Prelude #C8BBCD
Tints of Prelude #C8BBCD
RGB
CMYK
RGB Variations
Color information
#C8BBCD (or 0xC8BBCD) is known color: Prelude. HEX triplet: C8, BB and CD. RGB value is (200,187,205). Sum of RGB (Red+Green+Blue) = 200+187+205=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCD is #374432. Grayscale: #C0C0C0. Windows color (decimal): -3621939 or 13482952. OLE color: 13482952.
HSL color Cylindrical-coordinate representation of color #C8BBCD: hue angle of 283.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BBCD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 187 | 205 | - |
CMYK | 0.02 | 0.09 | 0 | 0.20 |
HSL | 283.33º | 0.15% | 0.77% | - |
HSV(B) | 283.33º | 0.09% | 0.8% | - |
XYZ | 52.61 | 52.23 | 65.07 | - |
YUV | 192.94 | 134.81 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 187 | 205 | 0.02 | 0.09 | 0 | 0.20 | 283.33 | 0.15 | 0.77 |
Hex | C8 | BB | CD | 2 | 9 | 0 | 14 | 11B | F | 4D |
Octal | 310 | 273 | 315 | 2 | 11 | 0 | 24 | 433 | 17 | 115 |
Binary | 11001000 | 10111011 | 11001101 | 10 | 1001 | 0 | 10100 | 100011011 | 1111 | 1001101 |
Color Harmonies of #C8BBCD
Complementary color
Monochromatic Colors of #C8BBCD
Black with #C8BBCD
Text Example
Text Example
White with #C8BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBCD; }
p { color: rgb(200,187,205); }
H1.HeaderClassName
{
color: #C8BBCD;
}
.AnyTagClassName
{
color: #C8BBCD;
}
</style>
background-color css
<style>
a { background-color: #C8BBCD; }
a { background-color: rgb(200,187,205); }
div.DivClassName
{
background-color: #C8BBCD;
}
.BgClassName
{
background-color: #C8BBCD;
}
</style>
border-color css
<style>
span { border-color: #C8BBCD; }
span { border-color: rgb(200,187,205); }
td.TdClassName
{
border-color: #C8BBCD;
}
.TagClassName
{
border-color: #C8BBCD;
}
</style>