Shades of Prelude #CFB1DA
Tints of Prelude #CFB1DA
RGB
CMYK
RGB Variations
Color information
#CFB1DA (or 0xCFB1DA) is known color: Prelude. HEX triplet: CF, B1 and DA. RGB value is (207,177,218). Sum of RGB (Red+Green+Blue) = 207+177+218=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1DA is #304E25. Grayscale: #BEBEBE. Windows color (decimal): -3165734 or 14332367. OLE color: 14332367.
HSL color Cylindrical-coordinate representation of color #CFB1DA: hue angle of 283.9º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB1DA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 177 | 218 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.15 |
| HSL | 283.9º | 0.36% | 0.77% | - |
| HSV(B) | 283.9º | 0.19% | 0.85% | - |
| XYZ | 54.11 | 49.77 | 73.08 | - |
| YUV | 190.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 218 | 0.05 | 0.19 | 0 | 0.15 | 283.9 | 0.36 | 0.77 |
| Hex | CF | B1 | DA | 5 | 13 | 0 | F | 11C | 24 | 4D |
| Octal | 317 | 261 | 332 | 5 | 23 | 0 | 17 | 434 | 44 | 115 |
| Binary | 11001111 | 10110001 | 11011010 | 101 | 10011 | 0 | 1111 | 100011100 | 100100 | 1001101 |
Color Harmonies of #CFB1DA
Complementary color
Monochromatic Colors of #CFB1DA
Black with #CFB1DA
Text Example
Text Example
White with #CFB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1DA; }
p { color: rgb(207,177,218); }
H1.HeaderClassName
{
color: #CFB1DA;
}
.AnyTagClassName
{
color: #CFB1DA;
}
</style>
background-color css
<style>
a { background-color: #CFB1DA; }
a { background-color: rgb(207,177,218); }
div.DivClassName
{
background-color: #CFB1DA;
}
.BgClassName
{
background-color: #CFB1DA;
}
</style>
border-color css
<style>
span { border-color: #CFB1DA; }
span { border-color: rgb(207,177,218); }
td.TdClassName
{
border-color: #CFB1DA;
}
.TagClassName
{
border-color: #CFB1DA;
}
</style>