Shades of Prelude #CFBED7
Tints of Prelude #CFBED7
RGB
CMYK
RGB Variations
Color information
#CFBED7 (or 0xCFBED7) is known color: Prelude. HEX triplet: CF, BE and D7. RGB value is (207,190,215). Sum of RGB (Red+Green+Blue) = 207+190+215=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED7 is #304128. Grayscale: #C5C5C5. Windows color (decimal): -3162409 or 14139087. OLE color: 14139087.
HSL color Cylindrical-coordinate representation of color #CFBED7: hue angle of 280.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBED7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 190 | 215 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.16 |
| HSL | 280.8º | 0.24% | 0.79% | - |
| HSV(B) | 280.8º | 0.12% | 0.84% | - |
| XYZ | 56.41 | 55 | 71.93 | - |
| YUV | 197.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 215 | 0.04 | 0.12 | 0 | 0.16 | 280.8 | 0.24 | 0.79 |
| Hex | CF | BE | D7 | 4 | C | 0 | 10 | 119 | 18 | 4F |
| Octal | 317 | 276 | 327 | 4 | 14 | 0 | 20 | 431 | 30 | 117 |
| Binary | 11001111 | 10111110 | 11010111 | 100 | 1100 | 0 | 10000 | 100011001 | 11000 | 1001111 |
Color Harmonies of #CFBED7
Complementary color
Monochromatic Colors of #CFBED7
Black with #CFBED7
Text Example
Text Example
White with #CFBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBED7; }
p { color: rgb(207,190,215); }
H1.HeaderClassName
{
color: #CFBED7;
}
.AnyTagClassName
{
color: #CFBED7;
}
</style>
background-color css
<style>
a { background-color: #CFBED7; }
a { background-color: rgb(207,190,215); }
div.DivClassName
{
background-color: #CFBED7;
}
.BgClassName
{
background-color: #CFBED7;
}
</style>
border-color css
<style>
span { border-color: #CFBED7; }
span { border-color: rgb(207,190,215); }
td.TdClassName
{
border-color: #CFBED7;
}
.TagClassName
{
border-color: #CFBED7;
}
</style>