Shades of Prelude #C7BBCC
Tints of Prelude #C7BBCC
RGB
CMYK
RGB Variations
Color information
#C7BBCC (or 0xC7BBCC) is known color: Prelude. HEX triplet: C7, BB and CC. RGB value is (199,187,204). Sum of RGB (Red+Green+Blue) = 199+187+204=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCC is #384433. Grayscale: #C0C0C0. Windows color (decimal): -3687476 or 13417415. OLE color: 13417415.
HSL color Cylindrical-coordinate representation of color #C7BBCC: hue angle of 282.35º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BBCC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 187 | 204 | - |
CMYK | 0.02 | 0.08 | 0 | 0.2 |
HSL | 282.35º | 0.14% | 0.77% | - |
HSV(B) | 282.35º | 0.08% | 0.8% | - |
XYZ | 52.22 | 52.04 | 64.42 | - |
YUV | 192.53 | 134.48 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 204 | 0.02 | 0.08 | 0 | 0.2 | 282.35 | 0.14 | 0.77 |
Hex | C7 | BB | CC | 2 | 8 | 0 | 14 | 11A | E | 4D |
Octal | 307 | 273 | 314 | 2 | 10 | 0 | 24 | 432 | 16 | 115 |
Binary | 11000111 | 10111011 | 11001100 | 10 | 1000 | 0 | 10100 | 100011010 | 1110 | 1001101 |
Color Harmonies of #C7BBCC
Complementary color
Monochromatic Colors of #C7BBCC
Black with #C7BBCC
Text Example
Text Example
White with #C7BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBCC; }
p { color: rgb(199,187,204); }
H1.HeaderClassName
{
color: #C7BBCC;
}
.AnyTagClassName
{
color: #C7BBCC;
}
</style>
background-color css
<style>
a { background-color: #C7BBCC; }
a { background-color: rgb(199,187,204); }
div.DivClassName
{
background-color: #C7BBCC;
}
.BgClassName
{
background-color: #C7BBCC;
}
</style>
border-color css
<style>
span { border-color: #C7BBCC; }
span { border-color: rgb(199,187,204); }
td.TdClassName
{
border-color: #C7BBCC;
}
.TagClassName
{
border-color: #C7BBCC;
}
</style>