Shades of Prelude #CFABD5
Tints of Prelude #CFABD5
RGB
CMYK
RGB Variations
Color information
#CFABD5 (or 0xCFABD5) is known color: Prelude. HEX triplet: CF, AB and D5. RGB value is (207,171,213). Sum of RGB (Red+Green+Blue) = 207+171+213=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABD5 is #30542A. Grayscale: #BABABA. Windows color (decimal): -3167275 or 14003151. OLE color: 14003151.
HSL color Cylindrical-coordinate representation of color #CFABD5: hue angle of 291.43º degrees, saturation: 0.33, 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 #CFABD5 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 171 | 213 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.16 |
| HSL | 291.43º | 0.33% | 0.75% | - |
| HSV(B) | 291.43º | 0.2% | 0.84% | - |
| XYZ | 52.31 | 47.2 | 69.3 | - |
| YUV | 186.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 213 | 0.03 | 0.20 | 0 | 0.16 | 291.43 | 0.33 | 0.75 |
| Hex | CF | AB | D5 | 3 | 14 | 0 | 10 | 123 | 21 | 4B |
| Octal | 317 | 253 | 325 | 3 | 24 | 0 | 20 | 443 | 41 | 113 |
| Binary | 11001111 | 10101011 | 11010101 | 11 | 10100 | 0 | 10000 | 100100011 | 100001 | 1001011 |
Color Harmonies of #CFABD5
Complementary color
Monochromatic Colors of #CFABD5
Black with #CFABD5
Text Example
Text Example
White with #CFABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABD5; }
p { color: rgb(207,171,213); }
H1.HeaderClassName
{
color: #CFABD5;
}
.AnyTagClassName
{
color: #CFABD5;
}
</style>
background-color css
<style>
a { background-color: #CFABD5; }
a { background-color: rgb(207,171,213); }
div.DivClassName
{
background-color: #CFABD5;
}
.BgClassName
{
background-color: #CFABD5;
}
</style>
border-color css
<style>
span { border-color: #CFABD5; }
span { border-color: rgb(207,171,213); }
td.TdClassName
{
border-color: #CFABD5;
}
.TagClassName
{
border-color: #CFABD5;
}
</style>