Shades of Prelude #CFC0D5
Tints of Prelude #CFC0D5
RGB
CMYK
RGB Variations
Color information
#CFC0D5 (or 0xCFC0D5) is known color: Prelude. HEX triplet: CF, C0 and D5. RGB value is (207,192,213). Sum of RGB (Red+Green+Blue) = 207+192+213=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0D5 is #303F2A. Grayscale: #C6C6C6. Windows color (decimal): -3161899 or 14008527. OLE color: 14008527.
HSL color Cylindrical-coordinate representation of color #CFC0D5: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC0D5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 192 | 213 | - |
CMYK | 0.03 | 0.10 | 0 | 0.16 |
HSL | 282.86º | 0.2% | 0.79% | - |
HSV(B) | 282.86º | 0.1% | 0.84% | - |
XYZ | 56.59 | 55.77 | 70.73 | - |
YUV | 198.88 | 135.97 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 192 | 213 | 0.03 | 0.10 | 0 | 0.16 | 282.86 | 0.2 | 0.79 |
Hex | CF | C0 | D5 | 3 | A | 0 | 10 | 11B | 14 | 4F |
Octal | 317 | 300 | 325 | 3 | 12 | 0 | 20 | 433 | 24 | 117 |
Binary | 11001111 | 11000000 | 11010101 | 11 | 1010 | 0 | 10000 | 100011011 | 10100 | 1001111 |
Color Harmonies of #CFC0D5
Complementary color
Monochromatic Colors of #CFC0D5
Black with #CFC0D5
Text Example
Text Example
White with #CFC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0D5; }
p { color: rgb(207,192,213); }
H1.HeaderClassName
{
color: #CFC0D5;
}
.AnyTagClassName
{
color: #CFC0D5;
}
</style>
background-color css
<style>
a { background-color: #CFC0D5; }
a { background-color: rgb(207,192,213); }
div.DivClassName
{
background-color: #CFC0D5;
}
.BgClassName
{
background-color: #CFC0D5;
}
</style>
border-color css
<style>
span { border-color: #CFC0D5; }
span { border-color: rgb(207,192,213); }
td.TdClassName
{
border-color: #CFC0D5;
}
.TagClassName
{
border-color: #CFC0D5;
}
</style>