Shades of Prelude #CDB7DF
Tints of Prelude #CDB7DF
RGB
CMYK
RGB Variations
Color information
#CDB7DF (or 0xCDB7DF) is known color: Prelude. HEX triplet: CD, B7 and DF. RGB value is (205,183,223). Sum of RGB (Red+Green+Blue) = 205+183+223=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7DF is #324820. Grayscale: #C2C2C2. Windows color (decimal): -3295265 or 14661581. OLE color: 14661581.
HSL color Cylindrical-coordinate representation of color #CDB7DF: hue angle of 273º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB7DF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 183 | 223 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 273º | 0.38% | 0.8% | - |
| HSV(B) | 273º | 0.18% | 0.87% | - |
| XYZ | 55.43 | 52.17 | 76.96 | - |
| YUV | 194.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 223 | 0.08 | 0.18 | 0 | 0.13 | 273 | 0.38 | 0.8 |
| Hex | CD | B7 | DF | 8 | 12 | 0 | D | 111 | 26 | 50 |
| Octal | 315 | 267 | 337 | 10 | 22 | 0 | 15 | 421 | 46 | 120 |
| Binary | 11001101 | 10110111 | 11011111 | 1000 | 10010 | 0 | 1101 | 100010001 | 100110 | 1010000 |
Color Harmonies of #CDB7DF
Complementary color
Monochromatic Colors of #CDB7DF
Black with #CDB7DF
Text Example
Text Example
White with #CDB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7DF; }
p { color: rgb(205,183,223); }
H1.HeaderClassName
{
color: #CDB7DF;
}
.AnyTagClassName
{
color: #CDB7DF;
}
</style>
background-color css
<style>
a { background-color: #CDB7DF; }
a { background-color: rgb(205,183,223); }
div.DivClassName
{
background-color: #CDB7DF;
}
.BgClassName
{
background-color: #CDB7DF;
}
</style>
border-color css
<style>
span { border-color: #CDB7DF; }
span { border-color: rgb(205,183,223); }
td.TdClassName
{
border-color: #CDB7DF;
}
.TagClassName
{
border-color: #CDB7DF;
}
</style>