Shades of Prelude #CFBFDB
Tints of Prelude #CFBFDB
RGB
CMYK
RGB Variations
Color information
#CFBFDB (or 0xCFBFDB) is known color: Prelude. HEX triplet: CF, BF and DB. RGB value is (207,191,219). Sum of RGB (Red+Green+Blue) = 207+191+219=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFDB is #304024. Grayscale: #C6C6C6. Windows color (decimal): -3162149 or 14401487. OLE color: 14401487.
HSL color Cylindrical-coordinate representation of color #CFBFDB: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBFDB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 191 | 219 | - |
CMYK | 0.05 | 0.13 | 0 | 0.14 |
HSL | 274.29º | 0.28% | 0.8% | - |
HSV(B) | 274.29º | 0.13% | 0.86% | - |
XYZ | 57.15 | 55.64 | 74.75 | - |
YUV | 198.98 | 139.3 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 191 | 219 | 0.05 | 0.13 | 0 | 0.14 | 274.29 | 0.28 | 0.8 |
Hex | CF | BF | DB | 5 | D | 0 | E | 112 | 1C | 50 |
Octal | 317 | 277 | 333 | 5 | 15 | 0 | 16 | 422 | 34 | 120 |
Binary | 11001111 | 10111111 | 11011011 | 101 | 1101 | 0 | 1110 | 100010010 | 11100 | 1010000 |
Color Harmonies of #CFBFDB
Complementary color
Monochromatic Colors of #CFBFDB
Black with #CFBFDB
Text Example
Text Example
White with #CFBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFDB; }
p { color: rgb(207,191,219); }
H1.HeaderClassName
{
color: #CFBFDB;
}
.AnyTagClassName
{
color: #CFBFDB;
}
</style>
background-color css
<style>
a { background-color: #CFBFDB; }
a { background-color: rgb(207,191,219); }
div.DivClassName
{
background-color: #CFBFDB;
}
.BgClassName
{
background-color: #CFBFDB;
}
</style>
border-color css
<style>
span { border-color: #CFBFDB; }
span { border-color: rgb(207,191,219); }
td.TdClassName
{
border-color: #CFBFDB;
}
.TagClassName
{
border-color: #CFBFDB;
}
</style>