Shades of Prelude #CDBBD6
Tints of Prelude #CDBBD6
RGB
CMYK
RGB Variations
Color information
#CDBBD6 (or 0xCDBBD6) is known color: Prelude. HEX triplet: CD, BB and D6. RGB value is (205,187,214). Sum of RGB (Red+Green+Blue) = 205+187+214=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBD6 is #324429. Grayscale: #C3C3C3. Windows color (decimal): -3294250 or 14072781. OLE color: 14072781.
HSL color Cylindrical-coordinate representation of color #CDBBD6: hue angle of 280º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDBBD6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 187 | 214 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.16 |
| HSL | 280º | 0.25% | 0.79% | - |
| HSV(B) | 280º | 0.13% | 0.84% | - |
| XYZ | 55.08 | 53.37 | 71.02 | - |
| YUV | 195.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 214 | 0.04 | 0.13 | 0 | 0.16 | 280 | 0.25 | 0.79 |
| Hex | CD | BB | D6 | 4 | D | 0 | 10 | 118 | 19 | 4F |
| Octal | 315 | 273 | 326 | 4 | 15 | 0 | 20 | 430 | 31 | 117 |
| Binary | 11001101 | 10111011 | 11010110 | 100 | 1101 | 0 | 10000 | 100011000 | 11001 | 1001111 |
Color Harmonies of #CDBBD6
Complementary color
Monochromatic Colors of #CDBBD6
Black with #CDBBD6
Text Example
Text Example
White with #CDBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBD6; }
p { color: rgb(205,187,214); }
H1.HeaderClassName
{
color: #CDBBD6;
}
.AnyTagClassName
{
color: #CDBBD6;
}
</style>
background-color css
<style>
a { background-color: #CDBBD6; }
a { background-color: rgb(205,187,214); }
div.DivClassName
{
background-color: #CDBBD6;
}
.BgClassName
{
background-color: #CDBBD6;
}
</style>
border-color css
<style>
span { border-color: #CDBBD6; }
span { border-color: rgb(205,187,214); }
td.TdClassName
{
border-color: #CDBBD6;
}
.TagClassName
{
border-color: #CDBBD6;
}
</style>