Shades of Prelude #CFB0DF
Tints of Prelude #CFB0DF
RGB
CMYK
RGB Variations
Color information
#CFB0DF (or 0xCFB0DF) is known color: Prelude. HEX triplet: CF, B0 and DF. RGB value is (207,176,223). Sum of RGB (Red+Green+Blue) = 207+176+223=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DF is #304F20. Grayscale: #BEBEBE. Windows color (decimal): -3165985 or 14659791. OLE color: 14659791.
HSL color Cylindrical-coordinate representation of color #CFB0DF: hue angle of 279.57º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB0DF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 176 | 223 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.13 |
| HSL | 279.57º | 0.42% | 0.78% | - |
| HSV(B) | 279.57º | 0.21% | 0.87% | - |
| XYZ | 54.58 | 49.64 | 76.52 | - |
| YUV | 190.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 223 | 0.07 | 0.21 | 0 | 0.13 | 279.57 | 0.42 | 0.78 |
| Hex | CF | B0 | DF | 7 | 15 | 0 | D | 118 | 2A | 4E |
| Octal | 317 | 260 | 337 | 7 | 25 | 0 | 15 | 430 | 52 | 116 |
| Binary | 11001111 | 10110000 | 11011111 | 111 | 10101 | 0 | 1101 | 100011000 | 101010 | 1001110 |
Color Harmonies of #CFB0DF
Complementary color
Monochromatic Colors of #CFB0DF
Black with #CFB0DF
Text Example
Text Example
White with #CFB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0DF; }
p { color: rgb(207,176,223); }
H1.HeaderClassName
{
color: #CFB0DF;
}
.AnyTagClassName
{
color: #CFB0DF;
}
</style>
background-color css
<style>
a { background-color: #CFB0DF; }
a { background-color: rgb(207,176,223); }
div.DivClassName
{
background-color: #CFB0DF;
}
.BgClassName
{
background-color: #CFB0DF;
}
</style>
border-color css
<style>
span { border-color: #CFB0DF; }
span { border-color: rgb(207,176,223); }
td.TdClassName
{
border-color: #CFB0DF;
}
.TagClassName
{
border-color: #CFB0DF;
}
</style>