Shades of Prelude #CFB8D6
Tints of Prelude #CFB8D6
RGB
CMYK
RGB Variations
Color information
#CFB8D6 (or 0xCFB8D6) is known color: Prelude. HEX triplet: CF, B8 and D6. RGB value is (207,184,214). Sum of RGB (Red+Green+Blue) = 207+184+214=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8D6 is #304729. Grayscale: #C2C2C2. Windows color (decimal): -3163946 or 14072015. OLE color: 14072015.
HSL color Cylindrical-coordinate representation of color #CFB8D6: hue angle of 286º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB8D6 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 184 | 214 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.16 |
| HSL | 286º | 0.27% | 0.78% | - |
| HSV(B) | 286º | 0.14% | 0.84% | - |
| XYZ | 55.01 | 52.4 | 70.83 | - |
| YUV | 194.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 214 | 0.03 | 0.14 | 0 | 0.16 | 286 | 0.27 | 0.78 |
| Hex | CF | B8 | D6 | 3 | E | 0 | 10 | 11E | 1B | 4E |
| Octal | 317 | 270 | 326 | 3 | 16 | 0 | 20 | 436 | 33 | 116 |
| Binary | 11001111 | 10111000 | 11010110 | 11 | 1110 | 0 | 10000 | 100011110 | 11011 | 1001110 |
Color Harmonies of #CFB8D6
Complementary color
Monochromatic Colors of #CFB8D6
Black with #CFB8D6
Text Example
Text Example
White with #CFB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8D6; }
p { color: rgb(207,184,214); }
H1.HeaderClassName
{
color: #CFB8D6;
}
.AnyTagClassName
{
color: #CFB8D6;
}
</style>
background-color css
<style>
a { background-color: #CFB8D6; }
a { background-color: rgb(207,184,214); }
div.DivClassName
{
background-color: #CFB8D6;
}
.BgClassName
{
background-color: #CFB8D6;
}
</style>
border-color css
<style>
span { border-color: #CFB8D6; }
span { border-color: rgb(207,184,214); }
td.TdClassName
{
border-color: #CFB8D6;
}
.TagClassName
{
border-color: #CFB8D6;
}
</style>