Shades of Prelude #CDC9CF
Tints of Prelude #CDC9CF
RGB
CMYK
RGB Variations
Color information
#CDC9CF (or 0xCDC9CF) is known color: Prelude. HEX triplet: CD, C9 and CF. RGB value is (205,201,207). Sum of RGB (Red+Green+Blue) = 205+201+207=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9CF is #323630. Grayscale: #CACACA. Windows color (decimal): -3290673 or 13617613. OLE color: 13617613.
HSL color Cylindrical-coordinate representation of color #CDC9CF: hue angle of 280º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC9CF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 201 | 207 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.19 |
| HSL | 280º | 0.06% | 0.8% | - |
| HSV(B) | 280º | 0.03% | 0.81% | - |
| XYZ | 57.33 | 59.26 | 67.45 | - |
| YUV | 202.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 207 | 0.01 | 0.03 | 0 | 0.19 | 280 | 0.06 | 0.8 |
| Hex | CD | C9 | CF | 1 | 3 | 0 | 13 | 118 | 6 | 50 |
| Octal | 315 | 311 | 317 | 1 | 3 | 0 | 23 | 430 | 6 | 120 |
| Binary | 11001101 | 11001001 | 11001111 | 1 | 11 | 0 | 10011 | 100011000 | 110 | 1010000 |
Color Harmonies of #CDC9CF
Complementary color
Monochromatic Colors of #CDC9CF
Black with #CDC9CF
Text Example
Text Example
White with #CDC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9CF; }
p { color: rgb(205,201,207); }
H1.HeaderClassName
{
color: #CDC9CF;
}
.AnyTagClassName
{
color: #CDC9CF;
}
</style>
background-color css
<style>
a { background-color: #CDC9CF; }
a { background-color: rgb(205,201,207); }
div.DivClassName
{
background-color: #CDC9CF;
}
.BgClassName
{
background-color: #CDC9CF;
}
</style>
border-color css
<style>
span { border-color: #CDC9CF; }
span { border-color: rgb(205,201,207); }
td.TdClassName
{
border-color: #CDC9CF;
}
.TagClassName
{
border-color: #CDC9CF;
}
</style>