Shades of Prelude #CDB3D5
Tints of Prelude #CDB3D5
RGB
CMYK
RGB Variations
Color information
#CDB3D5 (or 0xCDB3D5) is known color: Prelude. HEX triplet: CD, B3 and D5. RGB value is (205,179,213). Sum of RGB (Red+Green+Blue) = 205+179+213=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3D5 is #324C2A. Grayscale: #BEBEBE. Windows color (decimal): -3296299 or 14005197. OLE color: 14005197.
HSL color Cylindrical-coordinate representation of color #CDB3D5: hue angle of 285.88º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB3D5 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 179 | 213 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.16 |
| HSL | 285.88º | 0.29% | 0.77% | - |
| HSV(B) | 285.88º | 0.16% | 0.84% | - |
| XYZ | 53.31 | 50.02 | 69.8 | - |
| YUV | 190.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 213 | 0.04 | 0.16 | 0 | 0.16 | 285.88 | 0.29 | 0.77 |
| Hex | CD | B3 | D5 | 4 | 10 | 0 | 10 | 11E | 1D | 4D |
| Octal | 315 | 263 | 325 | 4 | 20 | 0 | 20 | 436 | 35 | 115 |
| Binary | 11001101 | 10110011 | 11010101 | 100 | 10000 | 0 | 10000 | 100011110 | 11101 | 1001101 |
Color Harmonies of #CDB3D5
Complementary color
Monochromatic Colors of #CDB3D5
Black with #CDB3D5
Text Example
Text Example
White with #CDB3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3D5; }
p { color: rgb(205,179,213); }
H1.HeaderClassName
{
color: #CDB3D5;
}
.AnyTagClassName
{
color: #CDB3D5;
}
</style>
background-color css
<style>
a { background-color: #CDB3D5; }
a { background-color: rgb(205,179,213); }
div.DivClassName
{
background-color: #CDB3D5;
}
.BgClassName
{
background-color: #CDB3D5;
}
</style>
border-color css
<style>
span { border-color: #CDB3D5; }
span { border-color: rgb(205,179,213); }
td.TdClassName
{
border-color: #CDB3D5;
}
.TagClassName
{
border-color: #CDB3D5;
}
</style>