Shades of Prelude #CFB1E4
Tints of Prelude #CFB1E4
RGB
CMYK
RGB Variations
Color information
#CFB1E4 (or 0xCFB1E4) is known color: Prelude. HEX triplet: CF, B1 and E4. RGB value is (207,177,228). Sum of RGB (Red+Green+Blue) = 207+177+228=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFB1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1E4 is #304E1B. Grayscale: #BFBFBF. Windows color (decimal): -3165724 or 14987727. OLE color: 14987727.
HSL color Cylindrical-coordinate representation of color #CFB1E4: hue angle of 275.29º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFB1E4 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 177 | 228 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.11 |
| HSL | 275.29º | 0.49% | 0.79% | - |
| HSV(B) | 275.29º | 0.22% | 0.89% | - |
| XYZ | 55.46 | 50.31 | 80.19 | - |
| YUV | 191.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 228 | 0.09 | 0.22 | 0 | 0.11 | 275.29 | 0.49 | 0.79 |
| Hex | CF | B1 | E4 | 9 | 16 | 0 | B | 113 | 31 | 4F |
| Octal | 317 | 261 | 344 | 11 | 26 | 0 | 13 | 423 | 61 | 117 |
| Binary | 11001111 | 10110001 | 11100100 | 1001 | 10110 | 0 | 1011 | 100010011 | 110001 | 1001111 |
Color Harmonies of #CFB1E4
Complementary color
Monochromatic Colors of #CFB1E4
Black with #CFB1E4
Text Example
Text Example
White with #CFB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1E4; }
p { color: rgb(207,177,228); }
H1.HeaderClassName
{
color: #CFB1E4;
}
.AnyTagClassName
{
color: #CFB1E4;
}
</style>
background-color css
<style>
a { background-color: #CFB1E4; }
a { background-color: rgb(207,177,228); }
div.DivClassName
{
background-color: #CFB1E4;
}
.BgClassName
{
background-color: #CFB1E4;
}
</style>
border-color css
<style>
span { border-color: #CFB1E4; }
span { border-color: rgb(207,177,228); }
td.TdClassName
{
border-color: #CFB1E4;
}
.TagClassName
{
border-color: #CFB1E4;
}
</style>