Shades of Prelude #CDB7DE
Tints of Prelude #CDB7DE
RGB
CMYK
RGB Variations
Color information
#CDB7DE (or 0xCDB7DE) is known color: Prelude. HEX triplet: CD, B7 and DE. RGB value is (205,183,222). Sum of RGB (Red+Green+Blue) = 205+183+222=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7DE is #324821. Grayscale: #C1C1C1. Windows color (decimal): -3295266 or 14596045. OLE color: 14596045.
HSL color Cylindrical-coordinate representation of color #CDB7DE: hue angle of 273.85º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB7DE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 183 | 222 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 273.85º | 0.37% | 0.79% | - |
| HSV(B) | 273.85º | 0.18% | 0.87% | - |
| XYZ | 55.3 | 52.12 | 76.25 | - |
| YUV | 194.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 222 | 0.08 | 0.18 | 0 | 0.13 | 273.85 | 0.37 | 0.79 |
| Hex | CD | B7 | DE | 8 | 12 | 0 | D | 112 | 25 | 4F |
| Octal | 315 | 267 | 336 | 10 | 22 | 0 | 15 | 422 | 45 | 117 |
| Binary | 11001101 | 10110111 | 11011110 | 1000 | 10010 | 0 | 1101 | 100010010 | 100101 | 1001111 |
Color Harmonies of #CDB7DE
Complementary color
Monochromatic Colors of #CDB7DE
Black with #CDB7DE
Text Example
Text Example
White with #CDB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7DE; }
p { color: rgb(205,183,222); }
H1.HeaderClassName
{
color: #CDB7DE;
}
.AnyTagClassName
{
color: #CDB7DE;
}
</style>
background-color css
<style>
a { background-color: #CDB7DE; }
a { background-color: rgb(205,183,222); }
div.DivClassName
{
background-color: #CDB7DE;
}
.BgClassName
{
background-color: #CDB7DE;
}
</style>
border-color css
<style>
span { border-color: #CDB7DE; }
span { border-color: rgb(205,183,222); }
td.TdClassName
{
border-color: #CDB7DE;
}
.TagClassName
{
border-color: #CDB7DE;
}
</style>