Shades of Prelude #CFC8D3
Tints of Prelude #CFC8D3
RGB
CMYK
RGB Variations
Color information
#CFC8D3 (or 0xCFC8D3) is known color: Prelude. HEX triplet: CF, C8 and D3. RGB value is (207,200,211). Sum of RGB (Red+Green+Blue) = 207+200+211=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8D3 is #30372C. Grayscale: #CBCBCB. Windows color (decimal): -3159853 or 13879503. OLE color: 13879503.
HSL color Cylindrical-coordinate representation of color #CFC8D3: hue angle of 278.18º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC8D3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 200 | 211 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.17 |
| HSL | 278.18º | 0.11% | 0.81% | - |
| HSV(B) | 278.18º | 0.05% | 0.83% | - |
| XYZ | 58.14 | 59.28 | 70.01 | - |
| YUV | 203.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 211 | 0.02 | 0.05 | 0 | 0.17 | 278.18 | 0.11 | 0.81 |
| Hex | CF | C8 | D3 | 2 | 5 | 0 | 11 | 116 | B | 51 |
| Octal | 317 | 310 | 323 | 2 | 5 | 0 | 21 | 426 | 13 | 121 |
| Binary | 11001111 | 11001000 | 11010011 | 10 | 101 | 0 | 10001 | 100010110 | 1011 | 1010001 |
Color Harmonies of #CFC8D3
Complementary color
Monochromatic Colors of #CFC8D3
Black with #CFC8D3
Text Example
Text Example
White with #CFC8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8D3; }
p { color: rgb(207,200,211); }
H1.HeaderClassName
{
color: #CFC8D3;
}
.AnyTagClassName
{
color: #CFC8D3;
}
</style>
background-color css
<style>
a { background-color: #CFC8D3; }
a { background-color: rgb(207,200,211); }
div.DivClassName
{
background-color: #CFC8D3;
}
.BgClassName
{
background-color: #CFC8D3;
}
</style>
border-color css
<style>
span { border-color: #CFC8D3; }
span { border-color: rgb(207,200,211); }
td.TdClassName
{
border-color: #CFC8D3;
}
.TagClassName
{
border-color: #CFC8D3;
}
</style>