Shades of Prelude #CFB7DC
Tints of Prelude #CFB7DC
RGB
CMYK
RGB Variations
Color information
#CFB7DC (or 0xCFB7DC) is known color: Prelude. HEX triplet: CF, B7 and DC. RGB value is (207,183,220). Sum of RGB (Red+Green+Blue) = 207+183+220=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7DC is #304823. Grayscale: #C2C2C2. Windows color (decimal): -3164196 or 14464975. OLE color: 14464975.
HSL color Cylindrical-coordinate representation of color #CFB7DC: hue angle of 278.92º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB7DC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 183 | 220 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.14 |
| HSL | 278.92º | 0.35% | 0.79% | - |
| HSV(B) | 278.92º | 0.17% | 0.86% | - |
| XYZ | 55.58 | 52.3 | 74.88 | - |
| YUV | 194.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 220 | 0.06 | 0.17 | 0 | 0.14 | 278.92 | 0.35 | 0.79 |
| Hex | CF | B7 | DC | 6 | 11 | 0 | E | 117 | 23 | 4F |
| Octal | 317 | 267 | 334 | 6 | 21 | 0 | 16 | 427 | 43 | 117 |
| Binary | 11001111 | 10110111 | 11011100 | 110 | 10001 | 0 | 1110 | 100010111 | 100011 | 1001111 |
Color Harmonies of #CFB7DC
Complementary color
Monochromatic Colors of #CFB7DC
Black with #CFB7DC
Text Example
Text Example
White with #CFB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7DC; }
p { color: rgb(207,183,220); }
H1.HeaderClassName
{
color: #CFB7DC;
}
.AnyTagClassName
{
color: #CFB7DC;
}
</style>
background-color css
<style>
a { background-color: #CFB7DC; }
a { background-color: rgb(207,183,220); }
div.DivClassName
{
background-color: #CFB7DC;
}
.BgClassName
{
background-color: #CFB7DC;
}
</style>
border-color css
<style>
span { border-color: #CFB7DC; }
span { border-color: rgb(207,183,220); }
td.TdClassName
{
border-color: #CFB7DC;
}
.TagClassName
{
border-color: #CFB7DC;
}
</style>