Shades of Prelude #CFB6DD
Tints of Prelude #CFB6DD
RGB
CMYK
RGB Variations
Color information
#CFB6DD (or 0xCFB6DD) is known color: Prelude. HEX triplet: CF, B6 and DD. RGB value is (207,182,221). Sum of RGB (Red+Green+Blue) = 207+182+221=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6DD is #304922. Grayscale: #C1C1C1. Windows color (decimal): -3164451 or 14530255. OLE color: 14530255.
HSL color Cylindrical-coordinate representation of color #CFB6DD: hue angle of 278.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB6DD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 182 | 221 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.13 |
| HSL | 278.46º | 0.36% | 0.79% | - |
| HSV(B) | 278.46º | 0.18% | 0.87% | - |
| XYZ | 55.51 | 51.94 | 75.51 | - |
| YUV | 193.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 221 | 0.06 | 0.18 | 0 | 0.13 | 278.46 | 0.36 | 0.79 |
| Hex | CF | B6 | DD | 6 | 12 | 0 | D | 116 | 24 | 4F |
| Octal | 317 | 266 | 335 | 6 | 22 | 0 | 15 | 426 | 44 | 117 |
| Binary | 11001111 | 10110110 | 11011101 | 110 | 10010 | 0 | 1101 | 100010110 | 100100 | 1001111 |
Color Harmonies of #CFB6DD
Complementary color
Monochromatic Colors of #CFB6DD
Black with #CFB6DD
Text Example
Text Example
White with #CFB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6DD; }
p { color: rgb(207,182,221); }
H1.HeaderClassName
{
color: #CFB6DD;
}
.AnyTagClassName
{
color: #CFB6DD;
}
</style>
background-color css
<style>
a { background-color: #CFB6DD; }
a { background-color: rgb(207,182,221); }
div.DivClassName
{
background-color: #CFB6DD;
}
.BgClassName
{
background-color: #CFB6DD;
}
</style>
border-color css
<style>
span { border-color: #CFB6DD; }
span { border-color: rgb(207,182,221); }
td.TdClassName
{
border-color: #CFB6DD;
}
.TagClassName
{
border-color: #CFB6DD;
}
</style>