Shades of Prelude #CFBBDA
Tints of Prelude #CFBBDA
RGB
CMYK
RGB Variations
Color information
#CFBBDA (or 0xCFBBDA) is known color: Prelude. HEX triplet: CF, BB and DA. RGB value is (207,187,218). Sum of RGB (Red+Green+Blue) = 207+187+218=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBDA is #304425. Grayscale: #C4C4C4. Windows color (decimal): -3163174 or 14334927. OLE color: 14334927.
HSL color Cylindrical-coordinate representation of color #CFBBDA: hue angle of 278.71º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBBDA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 187 | 218 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.15 |
| HSL | 278.71º | 0.3% | 0.79% | - |
| HSV(B) | 278.71º | 0.14% | 0.85% | - |
| XYZ | 56.16 | 53.87 | 73.77 | - |
| YUV | 196.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 218 | 0.05 | 0.14 | 0 | 0.15 | 278.71 | 0.3 | 0.79 |
| Hex | CF | BB | DA | 5 | E | 0 | F | 117 | 1E | 4F |
| Octal | 317 | 273 | 332 | 5 | 16 | 0 | 17 | 427 | 36 | 117 |
| Binary | 11001111 | 10111011 | 11011010 | 101 | 1110 | 0 | 1111 | 100010111 | 11110 | 1001111 |
Color Harmonies of #CFBBDA
Complementary color
Monochromatic Colors of #CFBBDA
Black with #CFBBDA
Text Example
Text Example
White with #CFBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBDA; }
p { color: rgb(207,187,218); }
H1.HeaderClassName
{
color: #CFBBDA;
}
.AnyTagClassName
{
color: #CFBBDA;
}
</style>
background-color css
<style>
a { background-color: #CFBBDA; }
a { background-color: rgb(207,187,218); }
div.DivClassName
{
background-color: #CFBBDA;
}
.BgClassName
{
background-color: #CFBBDA;
}
</style>
border-color css
<style>
span { border-color: #CFBBDA; }
span { border-color: rgb(207,187,218); }
td.TdClassName
{
border-color: #CFBBDA;
}
.TagClassName
{
border-color: #CFBBDA;
}
</style>