Shades of Prelude #CDB1D6
Tints of Prelude #CDB1D6
RGB
CMYK
RGB Variations
Color information
#CDB1D6 (or 0xCDB1D6) is known color: Prelude. HEX triplet: CD, B1 and D6. RGB value is (205,177,214). Sum of RGB (Red+Green+Blue) = 205+177+214=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1D6 is #324E29. Grayscale: #BDBDBD. Windows color (decimal): -3296810 or 14070221. OLE color: 14070221.
HSL color Cylindrical-coordinate representation of color #CDB1D6: hue angle of 285.41º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB1D6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 177 | 214 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.16 |
| HSL | 285.41º | 0.31% | 0.77% | - |
| HSV(B) | 285.41º | 0.17% | 0.84% | - |
| XYZ | 53.04 | 49.28 | 70.33 | - |
| YUV | 189.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 214 | 0.04 | 0.17 | 0 | 0.16 | 285.41 | 0.31 | 0.77 |
| Hex | CD | B1 | D6 | 4 | 11 | 0 | 10 | 11D | 1F | 4D |
| Octal | 315 | 261 | 326 | 4 | 21 | 0 | 20 | 435 | 37 | 115 |
| Binary | 11001101 | 10110001 | 11010110 | 100 | 10001 | 0 | 10000 | 100011101 | 11111 | 1001101 |
Color Harmonies of #CDB1D6
Complementary color
Monochromatic Colors of #CDB1D6
Black with #CDB1D6
Text Example
Text Example
White with #CDB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1D6; }
p { color: rgb(205,177,214); }
H1.HeaderClassName
{
color: #CDB1D6;
}
.AnyTagClassName
{
color: #CDB1D6;
}
</style>
background-color css
<style>
a { background-color: #CDB1D6; }
a { background-color: rgb(205,177,214); }
div.DivClassName
{
background-color: #CDB1D6;
}
.BgClassName
{
background-color: #CDB1D6;
}
</style>
border-color css
<style>
span { border-color: #CDB1D6; }
span { border-color: rgb(205,177,214); }
td.TdClassName
{
border-color: #CDB1D6;
}
.TagClassName
{
border-color: #CDB1D6;
}
</style>