Shades of Prelude #CFB9DF
Tints of Prelude #CFB9DF
RGB
CMYK
RGB Variations
Color information
#CFB9DF (or 0xCFB9DF) is known color: Prelude. HEX triplet: CF, B9 and DF. RGB value is (207,185,223). Sum of RGB (Red+Green+Blue) = 207+185+223=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9DF is #304620. Grayscale: #C3C3C3. Windows color (decimal): -3163681 or 14662095. OLE color: 14662095.
HSL color Cylindrical-coordinate representation of color #CFB9DF: hue angle of 274.74º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB9DF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 185 | 223 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.13 |
| HSL | 274.74º | 0.37% | 0.8% | - |
| HSV(B) | 274.74º | 0.17% | 0.87% | - |
| XYZ | 56.4 | 53.29 | 77.13 | - |
| YUV | 195.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 223 | 0.07 | 0.17 | 0 | 0.13 | 274.74 | 0.37 | 0.8 |
| Hex | CF | B9 | DF | 7 | 11 | 0 | D | 113 | 25 | 50 |
| Octal | 317 | 271 | 337 | 7 | 21 | 0 | 15 | 423 | 45 | 120 |
| Binary | 11001111 | 10111001 | 11011111 | 111 | 10001 | 0 | 1101 | 100010011 | 100101 | 1010000 |
Color Harmonies of #CFB9DF
Complementary color
Monochromatic Colors of #CFB9DF
Black with #CFB9DF
Text Example
Text Example
White with #CFB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9DF; }
p { color: rgb(207,185,223); }
H1.HeaderClassName
{
color: #CFB9DF;
}
.AnyTagClassName
{
color: #CFB9DF;
}
</style>
background-color css
<style>
a { background-color: #CFB9DF; }
a { background-color: rgb(207,185,223); }
div.DivClassName
{
background-color: #CFB9DF;
}
.BgClassName
{
background-color: #CFB9DF;
}
</style>
border-color css
<style>
span { border-color: #CFB9DF; }
span { border-color: rgb(207,185,223); }
td.TdClassName
{
border-color: #CFB9DF;
}
.TagClassName
{
border-color: #CFB9DF;
}
</style>