Shades of Prelude #CFBCD4
Tints of Prelude #CFBCD4
RGB
CMYK
RGB Variations
Color information
#CFBCD4 (or 0xCFBCD4) is known color: Prelude. HEX triplet: CF, BC and D4. RGB value is (207,188,212). Sum of RGB (Red+Green+Blue) = 207+188+212=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD4 is #30432B. Grayscale: #C4C4C4. Windows color (decimal): -3162924 or 13941967. OLE color: 13941967.
HSL color Cylindrical-coordinate representation of color #CFBCD4: hue angle of 287.5º degrees, saturation: 0.22, 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 #CFBCD4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 188 | 212 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.17 |
| HSL | 287.5º | 0.22% | 0.78% | - |
| HSV(B) | 287.5º | 0.11% | 0.83% | - |
| XYZ | 55.6 | 53.99 | 69.78 | - |
| YUV | 196.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 212 | 0.02 | 0.11 | 0 | 0.17 | 287.5 | 0.22 | 0.78 |
| Hex | CF | BC | D4 | 2 | B | 0 | 11 | 120 | 16 | 4E |
| Octal | 317 | 274 | 324 | 2 | 13 | 0 | 21 | 440 | 26 | 116 |
| Binary | 11001111 | 10111100 | 11010100 | 10 | 1011 | 0 | 10001 | 100100000 | 10110 | 1001110 |
Color Harmonies of #CFBCD4
Complementary color
Monochromatic Colors of #CFBCD4
Black with #CFBCD4
Text Example
Text Example
White with #CFBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCD4; }
p { color: rgb(207,188,212); }
H1.HeaderClassName
{
color: #CFBCD4;
}
.AnyTagClassName
{
color: #CFBCD4;
}
</style>
background-color css
<style>
a { background-color: #CFBCD4; }
a { background-color: rgb(207,188,212); }
div.DivClassName
{
background-color: #CFBCD4;
}
.BgClassName
{
background-color: #CFBCD4;
}
</style>
border-color css
<style>
span { border-color: #CFBCD4; }
span { border-color: rgb(207,188,212); }
td.TdClassName
{
border-color: #CFBCD4;
}
.TagClassName
{
border-color: #CFBCD4;
}
</style>