Shades of Prelude #CFBBD8
Tints of Prelude #CFBBD8
RGB
CMYK
RGB Variations
Color information
#CFBBD8 (or 0xCFBBD8) is known color: Prelude. HEX triplet: CF, BB and D8. RGB value is (207,187,216). Sum of RGB (Red+Green+Blue) = 207+187+216=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD8 is #304427. Grayscale: #C4C4C4. Windows color (decimal): -3163176 or 14203855. OLE color: 14203855.
HSL color Cylindrical-coordinate representation of color #CFBBD8: hue angle of 281.38º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBBD8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 187 | 216 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.15 |
| HSL | 281.38º | 0.27% | 0.79% | - |
| HSV(B) | 281.38º | 0.13% | 0.85% | - |
| XYZ | 55.9 | 53.76 | 72.4 | - |
| YUV | 196.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 216 | 0.04 | 0.13 | 0 | 0.15 | 281.38 | 0.27 | 0.79 |
| Hex | CF | BB | D8 | 4 | D | 0 | F | 119 | 1B | 4F |
| Octal | 317 | 273 | 330 | 4 | 15 | 0 | 17 | 431 | 33 | 117 |
| Binary | 11001111 | 10111011 | 11011000 | 100 | 1101 | 0 | 1111 | 100011001 | 11011 | 1001111 |
Color Harmonies of #CFBBD8
Complementary color
Monochromatic Colors of #CFBBD8
Black with #CFBBD8
Text Example
Text Example
White with #CFBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBD8; }
p { color: rgb(207,187,216); }
H1.HeaderClassName
{
color: #CFBBD8;
}
.AnyTagClassName
{
color: #CFBBD8;
}
</style>
background-color css
<style>
a { background-color: #CFBBD8; }
a { background-color: rgb(207,187,216); }
div.DivClassName
{
background-color: #CFBBD8;
}
.BgClassName
{
background-color: #CFBBD8;
}
</style>
border-color css
<style>
span { border-color: #CFBBD8; }
span { border-color: rgb(207,187,216); }
td.TdClassName
{
border-color: #CFBBD8;
}
.TagClassName
{
border-color: #CFBBD8;
}
</style>