Shades of Prelude #CFB9D3
Tints of Prelude #CFB9D3
RGB
CMYK
RGB Variations
Color information
#CFB9D3 (or 0xCFB9D3) is known color: Prelude. HEX triplet: CF, B9 and D3. RGB value is (207,185,211). Sum of RGB (Red+Green+Blue) = 207+185+211=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D3 is #30462C. Grayscale: #C2C2C2. Windows color (decimal): -3163693 or 13875663. OLE color: 13875663.
HSL color Cylindrical-coordinate representation of color #CFB9D3: hue angle of 290.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB9D3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 185 | 211 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.17 |
| HSL | 290.77º | 0.23% | 0.78% | - |
| HSV(B) | 290.77º | 0.12% | 0.83% | - |
| XYZ | 54.84 | 52.67 | 68.9 | - |
| YUV | 194.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 211 | 0.02 | 0.12 | 0 | 0.17 | 290.77 | 0.23 | 0.78 |
| Hex | CF | B9 | D3 | 2 | C | 0 | 11 | 123 | 17 | 4E |
| Octal | 317 | 271 | 323 | 2 | 14 | 0 | 21 | 443 | 27 | 116 |
| Binary | 11001111 | 10111001 | 11010011 | 10 | 1100 | 0 | 10001 | 100100011 | 10111 | 1001110 |
Color Harmonies of #CFB9D3
Complementary color
Monochromatic Colors of #CFB9D3
Black with #CFB9D3
Text Example
Text Example
White with #CFB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9D3; }
p { color: rgb(207,185,211); }
H1.HeaderClassName
{
color: #CFB9D3;
}
.AnyTagClassName
{
color: #CFB9D3;
}
</style>
background-color css
<style>
a { background-color: #CFB9D3; }
a { background-color: rgb(207,185,211); }
div.DivClassName
{
background-color: #CFB9D3;
}
.BgClassName
{
background-color: #CFB9D3;
}
</style>
border-color css
<style>
span { border-color: #CFB9D3; }
span { border-color: rgb(207,185,211); }
td.TdClassName
{
border-color: #CFB9D3;
}
.TagClassName
{
border-color: #CFB9D3;
}
</style>