Shades of Prelude #CFC5D4
Tints of Prelude #CFC5D4
RGB
CMYK
RGB Variations
Color information
#CFC5D4 (or 0xCFC5D4) is known color: Prelude. HEX triplet: CF, C5 and D4. RGB value is (207,197,212). Sum of RGB (Red+Green+Blue) = 207+197+212=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5D4 is #303A2B. Grayscale: #C9C9C9. Windows color (decimal): -3160620 or 13944271. OLE color: 13944271.
HSL color Cylindrical-coordinate representation of color #CFC5D4: hue angle of 280º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC5D4 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 207 | 197 | 212 | - |
CMYK | 0.02 | 0.07 | 0 | 0.17 |
HSL | 280º | 0.15% | 0.8% | - |
HSV(B) | 280º | 0.07% | 0.83% | - |
XYZ | 57.58 | 57.95 | 70.44 | - |
YUV | 201.7 | 133.81 | 131.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 212 | 0.02 | 0.07 | 0 | 0.17 | 280 | 0.15 | 0.8 |
Hex | CF | C5 | D4 | 2 | 7 | 0 | 11 | 118 | F | 50 |
Octal | 317 | 305 | 324 | 2 | 7 | 0 | 21 | 430 | 17 | 120 |
Binary | 11001111 | 11000101 | 11010100 | 10 | 111 | 0 | 10001 | 100011000 | 1111 | 1010000 |
Color Harmonies of #CFC5D4
Complementary color
Monochromatic Colors of #CFC5D4
Black with #CFC5D4
Text Example
Text Example
White with #CFC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5D4; }
p { color: rgb(207,197,212); }
H1.HeaderClassName
{
color: #CFC5D4;
}
.AnyTagClassName
{
color: #CFC5D4;
}
</style>
background-color css
<style>
a { background-color: #CFC5D4; }
a { background-color: rgb(207,197,212); }
div.DivClassName
{
background-color: #CFC5D4;
}
.BgClassName
{
background-color: #CFC5D4;
}
</style>
border-color css
<style>
span { border-color: #CFC5D4; }
span { border-color: rgb(207,197,212); }
td.TdClassName
{
border-color: #CFC5D4;
}
.TagClassName
{
border-color: #CFC5D4;
}
</style>