Shades of Prelude #CDC2D1
Tints of Prelude #CDC2D1
RGB
CMYK
RGB Variations
Color information
#CDC2D1 (or 0xCDC2D1) is known color: Prelude. HEX triplet: CD, C2 and D1. RGB value is (205,194,209). Sum of RGB (Red+Green+Blue) = 205+194+209=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2D1 is #323D2E. Grayscale: #C6C6C6. Windows color (decimal): -3292463 or 13746893. OLE color: 13746893.
HSL color Cylindrical-coordinate representation of color #CDC2D1: hue angle of 284º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC2D1 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 194 | 209 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.18 |
| HSL | 284º | 0.14% | 0.79% | - |
| HSV(B) | 284º | 0.07% | 0.82% | - |
| XYZ | 55.98 | 56.17 | 68.21 | - |
| YUV | 199 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 209 | 0.02 | 0.07 | 0 | 0.18 | 284 | 0.14 | 0.79 |
| Hex | CD | C2 | D1 | 2 | 7 | 0 | 12 | 11C | E | 4F |
| Octal | 315 | 302 | 321 | 2 | 7 | 0 | 22 | 434 | 16 | 117 |
| Binary | 11001101 | 11000010 | 11010001 | 10 | 111 | 0 | 10010 | 100011100 | 1110 | 1001111 |
Color Harmonies of #CDC2D1
Complementary color
Monochromatic Colors of #CDC2D1
Black with #CDC2D1
Text Example
Text Example
White with #CDC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2D1; }
p { color: rgb(205,194,209); }
H1.HeaderClassName
{
color: #CDC2D1;
}
.AnyTagClassName
{
color: #CDC2D1;
}
</style>
background-color css
<style>
a { background-color: #CDC2D1; }
a { background-color: rgb(205,194,209); }
div.DivClassName
{
background-color: #CDC2D1;
}
.BgClassName
{
background-color: #CDC2D1;
}
</style>
border-color css
<style>
span { border-color: #CDC2D1; }
span { border-color: rgb(205,194,209); }
td.TdClassName
{
border-color: #CDC2D1;
}
.TagClassName
{
border-color: #CDC2D1;
}
</style>