Shades of Prelude #CFBBDC
Tints of Prelude #CFBBDC
RGB
CMYK
RGB Variations
Color information
#CFBBDC (or 0xCFBBDC) is known color: Prelude. HEX triplet: CF, BB and DC. RGB value is (207,187,220). Sum of RGB (Red+Green+Blue) = 207+187+220=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBDC is #304423. Grayscale: #C4C4C4. Windows color (decimal): -3163172 or 14465999. OLE color: 14465999.
HSL color Cylindrical-coordinate representation of color #CFBBDC: hue angle of 276.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBBDC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 187 | 220 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.14 |
| HSL | 276.36º | 0.32% | 0.8% | - |
| HSV(B) | 276.36º | 0.15% | 0.86% | - |
| XYZ | 56.42 | 53.97 | 75.15 | - |
| YUV | 196.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 220 | 0.06 | 0.15 | 0 | 0.14 | 276.36 | 0.32 | 0.8 |
| Hex | CF | BB | DC | 6 | F | 0 | E | 114 | 20 | 50 |
| Octal | 317 | 273 | 334 | 6 | 17 | 0 | 16 | 424 | 40 | 120 |
| Binary | 11001111 | 10111011 | 11011100 | 110 | 1111 | 0 | 1110 | 100010100 | 100000 | 1010000 |
Color Harmonies of #CFBBDC
Complementary color
Monochromatic Colors of #CFBBDC
Black with #CFBBDC
Text Example
Text Example
White with #CFBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBDC; }
p { color: rgb(207,187,220); }
H1.HeaderClassName
{
color: #CFBBDC;
}
.AnyTagClassName
{
color: #CFBBDC;
}
</style>
background-color css
<style>
a { background-color: #CFBBDC; }
a { background-color: rgb(207,187,220); }
div.DivClassName
{
background-color: #CFBBDC;
}
.BgClassName
{
background-color: #CFBBDC;
}
</style>
border-color css
<style>
span { border-color: #CFBBDC; }
span { border-color: rgb(207,187,220); }
td.TdClassName
{
border-color: #CFBBDC;
}
.TagClassName
{
border-color: #CFBBDC;
}
</style>