Shades of Prelude #CFABD6
Tints of Prelude #CFABD6
RGB
CMYK
RGB Variations
Color information
#CFABD6 (or 0xCFABD6) is known color: Prelude. HEX triplet: CF, AB and D6. RGB value is (207,171,214). Sum of RGB (Red+Green+Blue) = 207+171+214=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABD6 is #305429. Grayscale: #BABABA. Windows color (decimal): -3167274 or 14068687. OLE color: 14068687.
HSL color Cylindrical-coordinate representation of color #CFABD6: hue angle of 290.23º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFABD6 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 171 | 214 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.16 |
| HSL | 290.23º | 0.34% | 0.75% | - |
| HSV(B) | 290.23º | 0.2% | 0.84% | - |
| XYZ | 52.43 | 47.25 | 69.97 | - |
| YUV | 186.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 214 | 0.03 | 0.20 | 0 | 0.16 | 290.23 | 0.34 | 0.75 |
| Hex | CF | AB | D6 | 3 | 14 | 0 | 10 | 122 | 22 | 4B |
| Octal | 317 | 253 | 326 | 3 | 24 | 0 | 20 | 442 | 42 | 113 |
| Binary | 11001111 | 10101011 | 11010110 | 11 | 10100 | 0 | 10000 | 100100010 | 100010 | 1001011 |
Color Harmonies of #CFABD6
Complementary color
Monochromatic Colors of #CFABD6
Black with #CFABD6
Text Example
Text Example
White with #CFABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABD6; }
p { color: rgb(207,171,214); }
H1.HeaderClassName
{
color: #CFABD6;
}
.AnyTagClassName
{
color: #CFABD6;
}
</style>
background-color css
<style>
a { background-color: #CFABD6; }
a { background-color: rgb(207,171,214); }
div.DivClassName
{
background-color: #CFABD6;
}
.BgClassName
{
background-color: #CFABD6;
}
</style>
border-color css
<style>
span { border-color: #CFABD6; }
span { border-color: rgb(207,171,214); }
td.TdClassName
{
border-color: #CFABD6;
}
.TagClassName
{
border-color: #CFABD6;
}
</style>