Shades of Prelude #CFB0DA
Tints of Prelude #CFB0DA
RGB
CMYK
RGB Variations
Color information
#CFB0DA (or 0xCFB0DA) is known color: Prelude. HEX triplet: CF, B0 and DA. RGB value is (207,176,218). Sum of RGB (Red+Green+Blue) = 207+176+218=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DA is #304F25. Grayscale: #BDBDBD. Windows color (decimal): -3165990 or 14332111. OLE color: 14332111.
HSL color Cylindrical-coordinate representation of color #CFB0DA: hue angle of 284.29º 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 #CFB0DA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 176 | 218 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.15 |
| HSL | 284.29º | 0.36% | 0.77% | - |
| HSV(B) | 284.29º | 0.19% | 0.85% | - |
| XYZ | 53.91 | 49.38 | 73.02 | - |
| YUV | 190.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 218 | 0.05 | 0.19 | 0 | 0.15 | 284.29 | 0.36 | 0.77 |
| Hex | CF | B0 | DA | 5 | 13 | 0 | F | 11C | 24 | 4D |
| Octal | 317 | 260 | 332 | 5 | 23 | 0 | 17 | 434 | 44 | 115 |
| Binary | 11001111 | 10110000 | 11011010 | 101 | 10011 | 0 | 1111 | 100011100 | 100100 | 1001101 |
Color Harmonies of #CFB0DA
Complementary color
Monochromatic Colors of #CFB0DA
Black with #CFB0DA
Text Example
Text Example
White with #CFB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0DA; }
p { color: rgb(207,176,218); }
H1.HeaderClassName
{
color: #CFB0DA;
}
.AnyTagClassName
{
color: #CFB0DA;
}
</style>
background-color css
<style>
a { background-color: #CFB0DA; }
a { background-color: rgb(207,176,218); }
div.DivClassName
{
background-color: #CFB0DA;
}
.BgClassName
{
background-color: #CFB0DA;
}
</style>
border-color css
<style>
span { border-color: #CFB0DA; }
span { border-color: rgb(207,176,218); }
td.TdClassName
{
border-color: #CFB0DA;
}
.TagClassName
{
border-color: #CFB0DA;
}
</style>