Shades of Prelude #CDBBD5
Tints of Prelude #CDBBD5
RGB
CMYK
RGB Variations
Color information
#CDBBD5 (or 0xCDBBD5) is known color: Prelude. HEX triplet: CD, BB and D5. RGB value is (205,187,213). Sum of RGB (Red+Green+Blue) = 205+187+213=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBD5 is #32442A. Grayscale: #C3C3C3. Windows color (decimal): -3294251 or 14007245. OLE color: 14007245.
HSL color Cylindrical-coordinate representation of color #CDBBD5: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDBBD5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 187 | 213 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.16 |
| HSL | 281.54º | 0.24% | 0.78% | - |
| HSV(B) | 281.54º | 0.12% | 0.84% | - |
| XYZ | 54.96 | 53.32 | 70.35 | - |
| YUV | 195.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 213 | 0.04 | 0.12 | 0 | 0.16 | 281.54 | 0.24 | 0.78 |
| Hex | CD | BB | D5 | 4 | C | 0 | 10 | 11A | 18 | 4E |
| Octal | 315 | 273 | 325 | 4 | 14 | 0 | 20 | 432 | 30 | 116 |
| Binary | 11001101 | 10111011 | 11010101 | 100 | 1100 | 0 | 10000 | 100011010 | 11000 | 1001110 |
Color Harmonies of #CDBBD5
Complementary color
Monochromatic Colors of #CDBBD5
Black with #CDBBD5
Text Example
Text Example
White with #CDBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBD5; }
p { color: rgb(205,187,213); }
H1.HeaderClassName
{
color: #CDBBD5;
}
.AnyTagClassName
{
color: #CDBBD5;
}
</style>
background-color css
<style>
a { background-color: #CDBBD5; }
a { background-color: rgb(205,187,213); }
div.DivClassName
{
background-color: #CDBBD5;
}
.BgClassName
{
background-color: #CDBBD5;
}
</style>
border-color css
<style>
span { border-color: #CDBBD5; }
span { border-color: rgb(205,187,213); }
td.TdClassName
{
border-color: #CDBBD5;
}
.TagClassName
{
border-color: #CDBBD5;
}
</style>