Shades of Prelude #CFBCD3
Tints of Prelude #CFBCD3
RGB
CMYK
RGB Variations
Color information
#CFBCD3 (or 0xCFBCD3) is known color: Prelude. HEX triplet: CF, BC and D3. RGB value is (207,188,211). Sum of RGB (Red+Green+Blue) = 207+188+211=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD3 is #30432C. Grayscale: #C4C4C4. Windows color (decimal): -3162925 or 13876431. OLE color: 13876431.
HSL color Cylindrical-coordinate representation of color #CFBCD3: hue angle of 289.57º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBCD3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 188 | 211 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.17 |
| HSL | 289.57º | 0.21% | 0.78% | - |
| HSV(B) | 289.57º | 0.11% | 0.83% | - |
| XYZ | 55.47 | 53.93 | 69.11 | - |
| YUV | 196.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 211 | 0.02 | 0.11 | 0 | 0.17 | 289.57 | 0.21 | 0.78 |
| Hex | CF | BC | D3 | 2 | B | 0 | 11 | 122 | 15 | 4E |
| Octal | 317 | 274 | 323 | 2 | 13 | 0 | 21 | 442 | 25 | 116 |
| Binary | 11001111 | 10111100 | 11010011 | 10 | 1011 | 0 | 10001 | 100100010 | 10101 | 1001110 |
Color Harmonies of #CFBCD3
Complementary color
Monochromatic Colors of #CFBCD3
Black with #CFBCD3
Text Example
Text Example
White with #CFBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCD3; }
p { color: rgb(207,188,211); }
H1.HeaderClassName
{
color: #CFBCD3;
}
.AnyTagClassName
{
color: #CFBCD3;
}
</style>
background-color css
<style>
a { background-color: #CFBCD3; }
a { background-color: rgb(207,188,211); }
div.DivClassName
{
background-color: #CFBCD3;
}
.BgClassName
{
background-color: #CFBCD3;
}
</style>
border-color css
<style>
span { border-color: #CFBCD3; }
span { border-color: rgb(207,188,211); }
td.TdClassName
{
border-color: #CFBCD3;
}
.TagClassName
{
border-color: #CFBCD3;
}
</style>