Shades of Prelude #CFBAD4
Tints of Prelude #CFBAD4
RGB
CMYK
RGB Variations
Color information
#CFBAD4 (or 0xCFBAD4) is known color: Prelude. HEX triplet: CF, BA and D4. RGB value is (207,186,212). Sum of RGB (Red+Green+Blue) = 207+186+212=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD4 is #30452B. Grayscale: #C3C3C3. Windows color (decimal): -3163436 or 13941455. OLE color: 13941455.
HSL color Cylindrical-coordinate representation of color #CFBAD4: hue angle of 288.46º 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 #CFBAD4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 186 | 212 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.17 |
| HSL | 288.46º | 0.23% | 0.78% | - |
| HSV(B) | 288.46º | 0.12% | 0.83% | - |
| XYZ | 55.17 | 53.14 | 69.64 | - |
| YUV | 195.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 212 | 0.02 | 0.12 | 0 | 0.17 | 288.46 | 0.23 | 0.78 |
| Hex | CF | BA | D4 | 2 | C | 0 | 11 | 120 | 17 | 4E |
| Octal | 317 | 272 | 324 | 2 | 14 | 0 | 21 | 440 | 27 | 116 |
| Binary | 11001111 | 10111010 | 11010100 | 10 | 1100 | 0 | 10001 | 100100000 | 10111 | 1001110 |
Color Harmonies of #CFBAD4
Complementary color
Monochromatic Colors of #CFBAD4
Black with #CFBAD4
Text Example
Text Example
White with #CFBAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAD4; }
p { color: rgb(207,186,212); }
H1.HeaderClassName
{
color: #CFBAD4;
}
.AnyTagClassName
{
color: #CFBAD4;
}
</style>
background-color css
<style>
a { background-color: #CFBAD4; }
a { background-color: rgb(207,186,212); }
div.DivClassName
{
background-color: #CFBAD4;
}
.BgClassName
{
background-color: #CFBAD4;
}
</style>
border-color css
<style>
span { border-color: #CFBAD4; }
span { border-color: rgb(207,186,212); }
td.TdClassName
{
border-color: #CFBAD4;
}
.TagClassName
{
border-color: #CFBAD4;
}
</style>