Shades of Prelude #C9C2CD
Tints of Prelude #C9C2CD
RGB
CMYK
RGB Variations
Color information
#C9C2CD (or 0xC9C2CD) is known color: Prelude. HEX triplet: C9, C2 and CD. RGB value is (201,194,205). Sum of RGB (Red+Green+Blue) = 201+194+205=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2CD is #363D32. Grayscale: #C5C5C5. Windows color (decimal): -3554611 or 13484745. OLE color: 13484745.
HSL color Cylindrical-coordinate representation of color #C9C2CD: hue angle of 278.18º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C2CD is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 194 | 205 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.20 |
| HSL | 278.18º | 0.1% | 0.78% | - |
| HSV(B) | 278.18º | 0.05% | 0.8% | - |
| XYZ | 54.4 | 55.41 | 65.59 | - |
| YUV | 197.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 205 | 0.02 | 0.05 | 0 | 0.20 | 278.18 | 0.1 | 0.78 |
| Hex | C9 | C2 | CD | 2 | 5 | 0 | 14 | 116 | A | 4E |
| Octal | 311 | 302 | 315 | 2 | 5 | 0 | 24 | 426 | 12 | 116 |
| Binary | 11001001 | 11000010 | 11001101 | 10 | 101 | 0 | 10100 | 100010110 | 1010 | 1001110 |
Color Harmonies of #C9C2CD
Complementary color
Monochromatic Colors of #C9C2CD
Black with #C9C2CD
Text Example
Text Example
White with #C9C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2CD; }
p { color: rgb(201,194,205); }
H1.HeaderClassName
{
color: #C9C2CD;
}
.AnyTagClassName
{
color: #C9C2CD;
}
</style>
background-color css
<style>
a { background-color: #C9C2CD; }
a { background-color: rgb(201,194,205); }
div.DivClassName
{
background-color: #C9C2CD;
}
.BgClassName
{
background-color: #C9C2CD;
}
</style>
border-color css
<style>
span { border-color: #C9C2CD; }
span { border-color: rgb(201,194,205); }
td.TdClassName
{
border-color: #C9C2CD;
}
.TagClassName
{
border-color: #C9C2CD;
}
</style>