Shades of Prelude #CFBDDA
Tints of Prelude #CFBDDA
RGB
CMYK
RGB Variations
Color information
#CFBDDA (or 0xCFBDDA) is known color: Prelude. HEX triplet: CF, BD and DA. RGB value is (207,189,218). Sum of RGB (Red+Green+Blue) = 207+189+218=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDDA is #304225. Grayscale: #C5C5C5. Windows color (decimal): -3162662 or 14335439. OLE color: 14335439.
HSL color Cylindrical-coordinate representation of color #CFBDDA: hue angle of 277.24º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBDDA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 189 | 218 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 277.24º | 0.28% | 0.8% | - |
| HSV(B) | 277.24º | 0.13% | 0.85% | - |
| XYZ | 56.58 | 54.72 | 73.91 | - |
| YUV | 197.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 218 | 0.05 | 0.13 | 0 | 0.15 | 277.24 | 0.28 | 0.8 |
| Hex | CF | BD | DA | 5 | D | 0 | F | 115 | 1C | 50 |
| Octal | 317 | 275 | 332 | 5 | 15 | 0 | 17 | 425 | 34 | 120 |
| Binary | 11001111 | 10111101 | 11011010 | 101 | 1101 | 0 | 1111 | 100010101 | 11100 | 1010000 |
Color Harmonies of #CFBDDA
Complementary color
Monochromatic Colors of #CFBDDA
Black with #CFBDDA
Text Example
Text Example
White with #CFBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDDA; }
p { color: rgb(207,189,218); }
H1.HeaderClassName
{
color: #CFBDDA;
}
.AnyTagClassName
{
color: #CFBDDA;
}
</style>
background-color css
<style>
a { background-color: #CFBDDA; }
a { background-color: rgb(207,189,218); }
div.DivClassName
{
background-color: #CFBDDA;
}
.BgClassName
{
background-color: #CFBDDA;
}
</style>
border-color css
<style>
span { border-color: #CFBDDA; }
span { border-color: rgb(207,189,218); }
td.TdClassName
{
border-color: #CFBDDA;
}
.TagClassName
{
border-color: #CFBDDA;
}
</style>