Shades of Prelude #CFBBD4
Tints of Prelude #CFBBD4
RGB
CMYK
RGB Variations
Color information
#CFBBD4 (or 0xCFBBD4) is known color: Prelude. HEX triplet: CF, BB and D4. RGB value is (207,187,212). Sum of RGB (Red+Green+Blue) = 207+187+212=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD4 is #30442B. Grayscale: #C3C3C3. Windows color (decimal): -3163180 or 13941711. OLE color: 13941711.
HSL color Cylindrical-coordinate representation of color #CFBBD4: hue angle of 288º 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 #CFBBD4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 187 | 212 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.17 |
| HSL | 288º | 0.23% | 0.78% | - |
| HSV(B) | 288º | 0.12% | 0.83% | - |
| XYZ | 55.39 | 53.56 | 69.71 | - |
| YUV | 195.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 212 | 0.02 | 0.12 | 0 | 0.17 | 288 | 0.23 | 0.78 |
| Hex | CF | BB | D4 | 2 | C | 0 | 11 | 120 | 17 | 4E |
| Octal | 317 | 273 | 324 | 2 | 14 | 0 | 21 | 440 | 27 | 116 |
| Binary | 11001111 | 10111011 | 11010100 | 10 | 1100 | 0 | 10001 | 100100000 | 10111 | 1001110 |
Color Harmonies of #CFBBD4
Complementary color
Monochromatic Colors of #CFBBD4
Black with #CFBBD4
Text Example
Text Example
White with #CFBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBD4; }
p { color: rgb(207,187,212); }
H1.HeaderClassName
{
color: #CFBBD4;
}
.AnyTagClassName
{
color: #CFBBD4;
}
</style>
background-color css
<style>
a { background-color: #CFBBD4; }
a { background-color: rgb(207,187,212); }
div.DivClassName
{
background-color: #CFBBD4;
}
.BgClassName
{
background-color: #CFBBD4;
}
</style>
border-color css
<style>
span { border-color: #CFBBD4; }
span { border-color: rgb(207,187,212); }
td.TdClassName
{
border-color: #CFBBD4;
}
.TagClassName
{
border-color: #CFBBD4;
}
</style>