Shades of Prelude #CDBBD0
Tints of Prelude #CDBBD0
RGB
CMYK
RGB Variations
Color information
#CDBBD0 (or 0xCDBBD0) is known color: Prelude. HEX triplet: CD, BB and D0. RGB value is (205,187,208). Sum of RGB (Red+Green+Blue) = 205+187+208=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBD0 is #32442F. Grayscale: #C2C2C2. Windows color (decimal): -3294256 or 13679565. OLE color: 13679565.
HSL color Cylindrical-coordinate representation of color #CDBBD0: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBBD0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 187 | 208 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.18 |
| HSL | 291.43º | 0.18% | 0.77% | - |
| HSV(B) | 291.43º | 0.1% | 0.82% | - |
| XYZ | 54.33 | 53.07 | 67.06 | - |
| YUV | 194.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 208 | 0.01 | 0.10 | 0 | 0.18 | 291.43 | 0.18 | 0.77 |
| Hex | CD | BB | D0 | 1 | A | 0 | 12 | 123 | 12 | 4D |
| Octal | 315 | 273 | 320 | 1 | 12 | 0 | 22 | 443 | 22 | 115 |
| Binary | 11001101 | 10111011 | 11010000 | 1 | 1010 | 0 | 10010 | 100100011 | 10010 | 1001101 |
Color Harmonies of #CDBBD0
Complementary color
Monochromatic Colors of #CDBBD0
Black with #CDBBD0
Text Example
Text Example
White with #CDBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBD0; }
p { color: rgb(205,187,208); }
H1.HeaderClassName
{
color: #CDBBD0;
}
.AnyTagClassName
{
color: #CDBBD0;
}
</style>
background-color css
<style>
a { background-color: #CDBBD0; }
a { background-color: rgb(205,187,208); }
div.DivClassName
{
background-color: #CDBBD0;
}
.BgClassName
{
background-color: #CDBBD0;
}
</style>
border-color css
<style>
span { border-color: #CDBBD0; }
span { border-color: rgb(205,187,208); }
td.TdClassName
{
border-color: #CDBBD0;
}
.TagClassName
{
border-color: #CDBBD0;
}
</style>