Shades of Prelude #CDBAD0
Tints of Prelude #CDBAD0
RGB
CMYK
RGB Variations
Color information
#CDBAD0 (or 0xCDBAD0) is known color: Prelude. HEX triplet: CD, BA and D0. RGB value is (205,186,208). Sum of RGB (Red+Green+Blue) = 205+186+208=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAD0 is #32452F. Grayscale: #C2C2C2. Windows color (decimal): -3294512 or 13679309. OLE color: 13679309.
HSL color Cylindrical-coordinate representation of color #CDBAD0: hue angle of 291.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDBAD0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 186 | 208 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.18 |
| HSL | 291.82º | 0.19% | 0.77% | - |
| HSV(B) | 291.82º | 0.11% | 0.82% | - |
| XYZ | 54.12 | 52.65 | 66.98 | - |
| YUV | 194.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 208 | 0.01 | 0.11 | 0 | 0.18 | 291.82 | 0.19 | 0.77 |
| Hex | CD | BA | D0 | 1 | B | 0 | 12 | 124 | 13 | 4D |
| Octal | 315 | 272 | 320 | 1 | 13 | 0 | 22 | 444 | 23 | 115 |
| Binary | 11001101 | 10111010 | 11010000 | 1 | 1011 | 0 | 10010 | 100100100 | 10011 | 1001101 |
Color Harmonies of #CDBAD0
Complementary color
Monochromatic Colors of #CDBAD0
Black with #CDBAD0
Text Example
Text Example
White with #CDBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBAD0; }
p { color: rgb(205,186,208); }
H1.HeaderClassName
{
color: #CDBAD0;
}
.AnyTagClassName
{
color: #CDBAD0;
}
</style>
background-color css
<style>
a { background-color: #CDBAD0; }
a { background-color: rgb(205,186,208); }
div.DivClassName
{
background-color: #CDBAD0;
}
.BgClassName
{
background-color: #CDBAD0;
}
</style>
border-color css
<style>
span { border-color: #CDBAD0; }
span { border-color: rgb(205,186,208); }
td.TdClassName
{
border-color: #CDBAD0;
}
.TagClassName
{
border-color: #CDBAD0;
}
</style>