Shades of Prelude #CFB7DE
Tints of Prelude #CFB7DE
RGB
CMYK
RGB Variations
Color information
#CFB7DE (or 0xCFB7DE) is known color: Prelude. HEX triplet: CF, B7 and DE. RGB value is (207,183,222). Sum of RGB (Red+Green+Blue) = 207+183+222=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7DE is #304821. Grayscale: #C2C2C2. Windows color (decimal): -3164194 or 14596047. OLE color: 14596047.
HSL color Cylindrical-coordinate representation of color #CFB7DE: hue angle of 276.92º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB7DE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 183 | 222 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.13 |
| HSL | 276.92º | 0.37% | 0.79% | - |
| HSV(B) | 276.92º | 0.18% | 0.87% | - |
| XYZ | 55.85 | 52.41 | 76.28 | - |
| YUV | 194.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 222 | 0.07 | 0.18 | 0 | 0.13 | 276.92 | 0.37 | 0.79 |
| Hex | CF | B7 | DE | 7 | 12 | 0 | D | 115 | 25 | 4F |
| Octal | 317 | 267 | 336 | 7 | 22 | 0 | 15 | 425 | 45 | 117 |
| Binary | 11001111 | 10110111 | 11011110 | 111 | 10010 | 0 | 1101 | 100010101 | 100101 | 1001111 |
Color Harmonies of #CFB7DE
Complementary color
Monochromatic Colors of #CFB7DE
Black with #CFB7DE
Text Example
Text Example
White with #CFB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7DE; }
p { color: rgb(207,183,222); }
H1.HeaderClassName
{
color: #CFB7DE;
}
.AnyTagClassName
{
color: #CFB7DE;
}
</style>
background-color css
<style>
a { background-color: #CFB7DE; }
a { background-color: rgb(207,183,222); }
div.DivClassName
{
background-color: #CFB7DE;
}
.BgClassName
{
background-color: #CFB7DE;
}
</style>
border-color css
<style>
span { border-color: #CFB7DE; }
span { border-color: rgb(207,183,222); }
td.TdClassName
{
border-color: #CFB7DE;
}
.TagClassName
{
border-color: #CFB7DE;
}
</style>