Shades of Prelude #CFABDB
Tints of Prelude #CFABDB
RGB
CMYK
RGB Variations
Color information
#CFABDB (or 0xCFABDB) is known color: Prelude. HEX triplet: CF, AB and DB. RGB value is (207,171,219). Sum of RGB (Red+Green+Blue) = 207+171+219=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDB is #305424. Grayscale: #BBBBBB. Windows color (decimal): -3167269 or 14396367. OLE color: 14396367.
HSL color Cylindrical-coordinate representation of color #CFABDB: hue angle of 285º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFABDB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 171 | 219 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.14 |
| HSL | 285º | 0.4% | 0.76% | - |
| HSV(B) | 285º | 0.22% | 0.86% | - |
| XYZ | 53.08 | 47.51 | 73.39 | - |
| YUV | 187.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 219 | 0.05 | 0.22 | 0 | 0.14 | 285 | 0.4 | 0.76 |
| Hex | CF | AB | DB | 5 | 16 | 0 | E | 11D | 28 | 4C |
| Octal | 317 | 253 | 333 | 5 | 26 | 0 | 16 | 435 | 50 | 114 |
| Binary | 11001111 | 10101011 | 11011011 | 101 | 10110 | 0 | 1110 | 100011101 | 101000 | 1001100 |
Color Harmonies of #CFABDB
Complementary color
Monochromatic Colors of #CFABDB
Black with #CFABDB
Text Example
Text Example
White with #CFABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABDB; }
p { color: rgb(207,171,219); }
H1.HeaderClassName
{
color: #CFABDB;
}
.AnyTagClassName
{
color: #CFABDB;
}
</style>
background-color css
<style>
a { background-color: #CFABDB; }
a { background-color: rgb(207,171,219); }
div.DivClassName
{
background-color: #CFABDB;
}
.BgClassName
{
background-color: #CFABDB;
}
</style>
border-color css
<style>
span { border-color: #CFABDB; }
span { border-color: rgb(207,171,219); }
td.TdClassName
{
border-color: #CFABDB;
}
.TagClassName
{
border-color: #CFABDB;
}
</style>