Shades of Prelude #CFC4D3
Tints of Prelude #CFC4D3
RGB
CMYK
RGB Variations
Color information
#CFC4D3 (or 0xCFC4D3) is known color: Prelude. HEX triplet: CF, C4 and D3. RGB value is (207,196,211). Sum of RGB (Red+Green+Blue) = 207+196+211=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4D3 is #303B2C. Grayscale: #C8C8C8. Windows color (decimal): -3160877 or 13878479. OLE color: 13878479.
HSL color Cylindrical-coordinate representation of color #CFC4D3: hue angle of 284º 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 #CFC4D3 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 207 | 196 | 211 | - |
CMYK | 0.02 | 0.07 | 0 | 0.17 |
HSL | 284º | 0.15% | 0.8% | - |
HSV(B) | 284º | 0.07% | 0.83% | - |
XYZ | 57.23 | 57.45 | 69.7 | - |
YUV | 201 | 133.64 | 132.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 196 | 211 | 0.02 | 0.07 | 0 | 0.17 | 284 | 0.15 | 0.8 |
Hex | CF | C4 | D3 | 2 | 7 | 0 | 11 | 11C | F | 50 |
Octal | 317 | 304 | 323 | 2 | 7 | 0 | 21 | 434 | 17 | 120 |
Binary | 11001111 | 11000100 | 11010011 | 10 | 111 | 0 | 10001 | 100011100 | 1111 | 1010000 |
Color Harmonies of #CFC4D3
Complementary color
Monochromatic Colors of #CFC4D3
Black with #CFC4D3
Text Example
Text Example
White with #CFC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4D3; }
p { color: rgb(207,196,211); }
H1.HeaderClassName
{
color: #CFC4D3;
}
.AnyTagClassName
{
color: #CFC4D3;
}
</style>
background-color css
<style>
a { background-color: #CFC4D3; }
a { background-color: rgb(207,196,211); }
div.DivClassName
{
background-color: #CFC4D3;
}
.BgClassName
{
background-color: #CFC4D3;
}
</style>
border-color css
<style>
span { border-color: #CFC4D3; }
span { border-color: rgb(207,196,211); }
td.TdClassName
{
border-color: #CFC4D3;
}
.TagClassName
{
border-color: #CFC4D3;
}
</style>