Shades of Prelude #CFC2D7
Tints of Prelude #CFC2D7
RGB
CMYK
RGB Variations
Color information
#CFC2D7 (or 0xCFC2D7) is known color: Prelude. HEX triplet: CF, C2 and D7. RGB value is (207,194,215). Sum of RGB (Red+Green+Blue) = 207+194+215=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2D7 is #303D28. Grayscale: #C8C8C8. Windows color (decimal): -3161385 or 14140111. OLE color: 14140111.
HSL color Cylindrical-coordinate representation of color #CFC2D7: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC2D7 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 194 | 215 | - |
CMYK | 0.04 | 0.10 | 0 | 0.16 |
HSL | 277.14º | 0.21% | 0.8% | - |
HSV(B) | 277.14º | 0.1% | 0.84% | - |
XYZ | 57.29 | 56.76 | 72.23 | - |
YUV | 200.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 194 | 215 | 0.04 | 0.10 | 0 | 0.16 | 277.14 | 0.21 | 0.8 |
Hex | CF | C2 | D7 | 4 | A | 0 | 10 | 115 | 15 | 50 |
Octal | 317 | 302 | 327 | 4 | 12 | 0 | 20 | 425 | 25 | 120 |
Binary | 11001111 | 11000010 | 11010111 | 100 | 1010 | 0 | 10000 | 100010101 | 10101 | 1010000 |
Color Harmonies of #CFC2D7
Complementary color
Monochromatic Colors of #CFC2D7
Black with #CFC2D7
Text Example
Text Example
White with #CFC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2D7; }
p { color: rgb(207,194,215); }
H1.HeaderClassName
{
color: #CFC2D7;
}
.AnyTagClassName
{
color: #CFC2D7;
}
</style>
background-color css
<style>
a { background-color: #CFC2D7; }
a { background-color: rgb(207,194,215); }
div.DivClassName
{
background-color: #CFC2D7;
}
.BgClassName
{
background-color: #CFC2D7;
}
</style>
border-color css
<style>
span { border-color: #CFC2D7; }
span { border-color: rgb(207,194,215); }
td.TdClassName
{
border-color: #CFC2D7;
}
.TagClassName
{
border-color: #CFC2D7;
}
</style>