Shades of Prelude #CDB8D1
Tints of Prelude #CDB8D1
RGB
CMYK
RGB Variations
Color information
#CDB8D1 (or 0xCDB8D1) is known color: Prelude. HEX triplet: CD, B8 and D1. RGB value is (205,184,209). Sum of RGB (Red+Green+Blue) = 205+184+209=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8D1 is #32472E. Grayscale: #C1C1C1. Windows color (decimal): -3295023 or 13744333. OLE color: 13744333.
HSL color Cylindrical-coordinate representation of color #CDB8D1: hue angle of 290.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB8D1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 184 | 209 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.18 |
| HSL | 290.4º | 0.21% | 0.77% | - |
| HSV(B) | 290.4º | 0.12% | 0.82% | - |
| XYZ | 53.83 | 51.86 | 67.5 | - |
| YUV | 193.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 209 | 0.02 | 0.12 | 0 | 0.18 | 290.4 | 0.21 | 0.77 |
| Hex | CD | B8 | D1 | 2 | C | 0 | 12 | 122 | 15 | 4D |
| Octal | 315 | 270 | 321 | 2 | 14 | 0 | 22 | 442 | 25 | 115 |
| Binary | 11001101 | 10111000 | 11010001 | 10 | 1100 | 0 | 10010 | 100100010 | 10101 | 1001101 |
Color Harmonies of #CDB8D1
Complementary color
Monochromatic Colors of #CDB8D1
Black with #CDB8D1
Text Example
Text Example
White with #CDB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8D1; }
p { color: rgb(205,184,209); }
H1.HeaderClassName
{
color: #CDB8D1;
}
.AnyTagClassName
{
color: #CDB8D1;
}
</style>
background-color css
<style>
a { background-color: #CDB8D1; }
a { background-color: rgb(205,184,209); }
div.DivClassName
{
background-color: #CDB8D1;
}
.BgClassName
{
background-color: #CDB8D1;
}
</style>
border-color css
<style>
span { border-color: #CDB8D1; }
span { border-color: rgb(205,184,209); }
td.TdClassName
{
border-color: #CDB8D1;
}
.TagClassName
{
border-color: #CDB8D1;
}
</style>