Shades of Prelude #CFB5DC
Tints of Prelude #CFB5DC
RGB
CMYK
RGB Variations
Color information
#CFB5DC (or 0xCFB5DC) is known color: Prelude. HEX triplet: CF, B5 and DC. RGB value is (207,181,220). Sum of RGB (Red+Green+Blue) = 207+181+220=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DC is #304A23. Grayscale: #C1C1C1. Windows color (decimal): -3164708 or 14464463. OLE color: 14464463.
HSL color Cylindrical-coordinate representation of color #CFB5DC: hue angle of 280º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB5DC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 181 | 220 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.14 |
| HSL | 280º | 0.36% | 0.79% | - |
| HSV(B) | 280º | 0.18% | 0.86% | - |
| XYZ | 55.17 | 51.48 | 74.74 | - |
| YUV | 193.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 220 | 0.06 | 0.18 | 0 | 0.14 | 280 | 0.36 | 0.79 |
| Hex | CF | B5 | DC | 6 | 12 | 0 | E | 118 | 24 | 4F |
| Octal | 317 | 265 | 334 | 6 | 22 | 0 | 16 | 430 | 44 | 117 |
| Binary | 11001111 | 10110101 | 11011100 | 110 | 10010 | 0 | 1110 | 100011000 | 100100 | 1001111 |
Color Harmonies of #CFB5DC
Complementary color
Monochromatic Colors of #CFB5DC
Black with #CFB5DC
Text Example
Text Example
White with #CFB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5DC; }
p { color: rgb(207,181,220); }
H1.HeaderClassName
{
color: #CFB5DC;
}
.AnyTagClassName
{
color: #CFB5DC;
}
</style>
background-color css
<style>
a { background-color: #CFB5DC; }
a { background-color: rgb(207,181,220); }
div.DivClassName
{
background-color: #CFB5DC;
}
.BgClassName
{
background-color: #CFB5DC;
}
</style>
border-color css
<style>
span { border-color: #CFB5DC; }
span { border-color: rgb(207,181,220); }
td.TdClassName
{
border-color: #CFB5DC;
}
.TagClassName
{
border-color: #CFB5DC;
}
</style>