Shades of Prelude #CFC5D6
Tints of Prelude #CFC5D6
RGB
CMYK
RGB Variations
Color information
#CFC5D6 (or 0xCFC5D6) is known color: Prelude. HEX triplet: CF, C5 and D6. RGB value is (207,197,214). Sum of RGB (Red+Green+Blue) = 207+197+214=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5D6 is #303A29. Grayscale: #C9C9C9. Windows color (decimal): -3160618 or 14075343. OLE color: 14075343.
HSL color Cylindrical-coordinate representation of color #CFC5D6: hue angle of 275.29º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC5D6 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 197 | 214 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.16 |
| HSL | 275.29º | 0.17% | 0.81% | - |
| HSV(B) | 275.29º | 0.08% | 0.84% | - |
| XYZ | 57.84 | 58.05 | 71.78 | - |
| YUV | 201.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 214 | 0.03 | 0.08 | 0 | 0.16 | 275.29 | 0.17 | 0.81 |
| Hex | CF | C5 | D6 | 3 | 8 | 0 | 10 | 113 | 11 | 51 |
| Octal | 317 | 305 | 326 | 3 | 10 | 0 | 20 | 423 | 21 | 121 |
| Binary | 11001111 | 11000101 | 11010110 | 11 | 1000 | 0 | 10000 | 100010011 | 10001 | 1010001 |
Color Harmonies of #CFC5D6
Complementary color
Monochromatic Colors of #CFC5D6
Black with #CFC5D6
Text Example
Text Example
White with #CFC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5D6; }
p { color: rgb(207,197,214); }
H1.HeaderClassName
{
color: #CFC5D6;
}
.AnyTagClassName
{
color: #CFC5D6;
}
</style>
background-color css
<style>
a { background-color: #CFC5D6; }
a { background-color: rgb(207,197,214); }
div.DivClassName
{
background-color: #CFC5D6;
}
.BgClassName
{
background-color: #CFC5D6;
}
</style>
border-color css
<style>
span { border-color: #CFC5D6; }
span { border-color: rgb(207,197,214); }
td.TdClassName
{
border-color: #CFC5D6;
}
.TagClassName
{
border-color: #CFC5D6;
}
</style>