Shades of Prelude #CFB1E0
Tints of Prelude #CFB1E0
RGB
CMYK
RGB Variations
Color information
#CFB1E0 (or 0xCFB1E0) is known color: Prelude. HEX triplet: CF, B1 and E0. RGB value is (207,177,224). Sum of RGB (Red+Green+Blue) = 207+177+224=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1E0 is #304E1F. Grayscale: #BFBFBF. Windows color (decimal): -3165728 or 14725583. OLE color: 14725583.
HSL color Cylindrical-coordinate representation of color #CFB1E0: hue angle of 278.3º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB1E0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 177 | 224 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.12 |
| HSL | 278.3º | 0.43% | 0.79% | - |
| HSV(B) | 278.3º | 0.21% | 0.88% | - |
| XYZ | 54.91 | 50.09 | 77.3 | - |
| YUV | 191.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 224 | 0.08 | 0.21 | 0 | 0.12 | 278.3 | 0.43 | 0.79 |
| Hex | CF | B1 | E0 | 8 | 15 | 0 | C | 116 | 2B | 4F |
| Octal | 317 | 261 | 340 | 10 | 25 | 0 | 14 | 426 | 53 | 117 |
| Binary | 11001111 | 10110001 | 11100000 | 1000 | 10101 | 0 | 1100 | 100010110 | 101011 | 1001111 |
Color Harmonies of #CFB1E0
Complementary color
Monochromatic Colors of #CFB1E0
Black with #CFB1E0
Text Example
Text Example
White with #CFB1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1E0; }
p { color: rgb(207,177,224); }
H1.HeaderClassName
{
color: #CFB1E0;
}
.AnyTagClassName
{
color: #CFB1E0;
}
</style>
background-color css
<style>
a { background-color: #CFB1E0; }
a { background-color: rgb(207,177,224); }
div.DivClassName
{
background-color: #CFB1E0;
}
.BgClassName
{
background-color: #CFB1E0;
}
</style>
border-color css
<style>
span { border-color: #CFB1E0; }
span { border-color: rgb(207,177,224); }
td.TdClassName
{
border-color: #CFB1E0;
}
.TagClassName
{
border-color: #CFB1E0;
}
</style>