Shades of Prelude #CFB4DF
Tints of Prelude #CFB4DF
RGB
CMYK
RGB Variations
Color information
#CFB4DF (or 0xCFB4DF) is known color: Prelude. HEX triplet: CF, B4 and DF. RGB value is (207,180,223). Sum of RGB (Red+Green+Blue) = 207+180+223=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4DF is #304B20. Grayscale: #C0C0C0. Windows color (decimal): -3164961 or 14660815. OLE color: 14660815.
HSL color Cylindrical-coordinate representation of color #CFB4DF: hue angle of 277.67º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB4DF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 180 | 223 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.13 |
| HSL | 277.67º | 0.4% | 0.79% | - |
| HSV(B) | 277.67º | 0.19% | 0.87% | - |
| XYZ | 55.37 | 51.24 | 76.78 | - |
| YUV | 192.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 223 | 0.07 | 0.19 | 0 | 0.13 | 277.67 | 0.4 | 0.79 |
| Hex | CF | B4 | DF | 7 | 13 | 0 | D | 116 | 28 | 4F |
| Octal | 317 | 264 | 337 | 7 | 23 | 0 | 15 | 426 | 50 | 117 |
| Binary | 11001111 | 10110100 | 11011111 | 111 | 10011 | 0 | 1101 | 100010110 | 101000 | 1001111 |
Color Harmonies of #CFB4DF
Complementary color
Monochromatic Colors of #CFB4DF
Black with #CFB4DF
Text Example
Text Example
White with #CFB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4DF; }
p { color: rgb(207,180,223); }
H1.HeaderClassName
{
color: #CFB4DF;
}
.AnyTagClassName
{
color: #CFB4DF;
}
</style>
background-color css
<style>
a { background-color: #CFB4DF; }
a { background-color: rgb(207,180,223); }
div.DivClassName
{
background-color: #CFB4DF;
}
.BgClassName
{
background-color: #CFB4DF;
}
</style>
border-color css
<style>
span { border-color: #CFB4DF; }
span { border-color: rgb(207,180,223); }
td.TdClassName
{
border-color: #CFB4DF;
}
.TagClassName
{
border-color: #CFB4DF;
}
</style>