Shades of Prelude #C7BDD0
Tints of Prelude #C7BDD0
RGB
CMYK
RGB Variations
Color information
#C7BDD0 (or 0xC7BDD0) is known color: Prelude. HEX triplet: C7, BD and D0. RGB value is (199,189,208). Sum of RGB (Red+Green+Blue) = 199+189+208=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDD0 is #38422F. Grayscale: #C2C2C2. Windows color (decimal): -3686960 or 13680071. OLE color: 13680071.
HSL color Cylindrical-coordinate representation of color #C7BDD0: hue angle of 271.58º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BDD0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 189 | 208 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.18 |
| HSL | 271.58º | 0.17% | 0.78% | - |
| HSV(B) | 271.58º | 0.09% | 0.82% | - |
| XYZ | 53.14 | 53.09 | 67.12 | - |
| YUV | 194.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 208 | 0.04 | 0.09 | 0 | 0.18 | 271.58 | 0.17 | 0.78 |
| Hex | C7 | BD | D0 | 4 | 9 | 0 | 12 | 110 | 11 | 4E |
| Octal | 307 | 275 | 320 | 4 | 11 | 0 | 22 | 420 | 21 | 116 |
| Binary | 11000111 | 10111101 | 11010000 | 100 | 1001 | 0 | 10010 | 100010000 | 10001 | 1001110 |
Color Harmonies of #C7BDD0
Complementary color
Monochromatic Colors of #C7BDD0
Black with #C7BDD0
Text Example
Text Example
White with #C7BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDD0; }
p { color: rgb(199,189,208); }
H1.HeaderClassName
{
color: #C7BDD0;
}
.AnyTagClassName
{
color: #C7BDD0;
}
</style>
background-color css
<style>
a { background-color: #C7BDD0; }
a { background-color: rgb(199,189,208); }
div.DivClassName
{
background-color: #C7BDD0;
}
.BgClassName
{
background-color: #C7BDD0;
}
</style>
border-color css
<style>
span { border-color: #C7BDD0; }
span { border-color: rgb(199,189,208); }
td.TdClassName
{
border-color: #C7BDD0;
}
.TagClassName
{
border-color: #C7BDD0;
}
</style>