Shades of Prelude #C7B4CD
Tints of Prelude #C7B4CD
RGB
CMYK
RGB Variations
Color information
#C7B4CD (or 0xC7B4CD) is known color: Prelude. HEX triplet: C7, B4 and CD. RGB value is (199,180,205). Sum of RGB (Red+Green+Blue) = 199+180+205=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4CD is #384B32. Grayscale: #BCBCBC. Windows color (decimal): -3689267 or 13481159. OLE color: 13481159.
HSL color Cylindrical-coordinate representation of color #C7B4CD: hue angle of 285.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B4CD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 180 | 205 | - |
CMYK | 0.03 | 0.12 | 0 | 0.20 |
HSL | 285.6º | 0.2% | 0.75% | - |
HSV(B) | 285.6º | 0.12% | 0.8% | - |
XYZ | 50.89 | 49.19 | 64.57 | - |
YUV | 188.53 | 137.29 | 135.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 180 | 205 | 0.03 | 0.12 | 0 | 0.20 | 285.6 | 0.2 | 0.75 |
Hex | C7 | B4 | CD | 3 | C | 0 | 14 | 11E | 14 | 4B |
Octal | 307 | 264 | 315 | 3 | 14 | 0 | 24 | 436 | 24 | 113 |
Binary | 11000111 | 10110100 | 11001101 | 11 | 1100 | 0 | 10100 | 100011110 | 10100 | 1001011 |
Color Harmonies of #C7B4CD
Complementary color
Monochromatic Colors of #C7B4CD
Black with #C7B4CD
Text Example
Text Example
White with #C7B4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B4CD; }
p { color: rgb(199,180,205); }
H1.HeaderClassName
{
color: #C7B4CD;
}
.AnyTagClassName
{
color: #C7B4CD;
}
</style>
background-color css
<style>
a { background-color: #C7B4CD; }
a { background-color: rgb(199,180,205); }
div.DivClassName
{
background-color: #C7B4CD;
}
.BgClassName
{
background-color: #C7B4CD;
}
</style>
border-color css
<style>
span { border-color: #C7B4CD; }
span { border-color: rgb(199,180,205); }
td.TdClassName
{
border-color: #C7B4CD;
}
.TagClassName
{
border-color: #C7B4CD;
}
</style>