Shades of Prelude #CFC3D8
Tints of Prelude #CFC3D8
RGB
CMYK
RGB Variations
Color information
#CFC3D8 (or 0xCFC3D8) is known color: Prelude. HEX triplet: CF, C3 and D8. RGB value is (207,195,216). Sum of RGB (Red+Green+Blue) = 207+195+216=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFC3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3D8 is #303C27. Grayscale: #C8C8C8. Windows color (decimal): -3161128 or 14205903. OLE color: 14205903.
HSL color Cylindrical-coordinate representation of color #CFC3D8: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC3D8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 195 | 216 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.15 |
| HSL | 274.29º | 0.21% | 0.81% | - |
| HSV(B) | 274.29º | 0.1% | 0.85% | - |
| XYZ | 57.64 | 57.25 | 72.98 | - |
| YUV | 200.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 216 | 0.04 | 0.10 | 0 | 0.15 | 274.29 | 0.21 | 0.81 |
| Hex | CF | C3 | D8 | 4 | A | 0 | F | 112 | 15 | 51 |
| Octal | 317 | 303 | 330 | 4 | 12 | 0 | 17 | 422 | 25 | 121 |
| Binary | 11001111 | 11000011 | 11011000 | 100 | 1010 | 0 | 1111 | 100010010 | 10101 | 1010001 |
Color Harmonies of #CFC3D8
Complementary color
Monochromatic Colors of #CFC3D8
Black with #CFC3D8
Text Example
Text Example
White with #CFC3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3D8; }
p { color: rgb(207,195,216); }
H1.HeaderClassName
{
color: #CFC3D8;
}
.AnyTagClassName
{
color: #CFC3D8;
}
</style>
background-color css
<style>
a { background-color: #CFC3D8; }
a { background-color: rgb(207,195,216); }
div.DivClassName
{
background-color: #CFC3D8;
}
.BgClassName
{
background-color: #CFC3D8;
}
</style>
border-color css
<style>
span { border-color: #CFC3D8; }
span { border-color: rgb(207,195,216); }
td.TdClassName
{
border-color: #CFC3D8;
}
.TagClassName
{
border-color: #CFC3D8;
}
</style>