Shades of Prelude #CDB3D6
Tints of Prelude #CDB3D6
RGB
CMYK
RGB Variations
Color information
#CDB3D6 (or 0xCDB3D6) is known color: Prelude. HEX triplet: CD, B3 and D6. RGB value is (205,179,214). Sum of RGB (Red+Green+Blue) = 205+179+214=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDB3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3D6 is #324C29. Grayscale: #BEBEBE. Windows color (decimal): -3296298 or 14070733. OLE color: 14070733.
HSL color Cylindrical-coordinate representation of color #CDB3D6: hue angle of 284.57º degrees, saturation: 0.3, 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 #CDB3D6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 179 | 214 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.16 |
| HSL | 284.57º | 0.3% | 0.77% | - |
| HSV(B) | 284.57º | 0.16% | 0.84% | - |
| XYZ | 53.43 | 50.07 | 70.47 | - |
| YUV | 190.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 214 | 0.04 | 0.16 | 0 | 0.16 | 284.57 | 0.3 | 0.77 |
| Hex | CD | B3 | D6 | 4 | 10 | 0 | 10 | 11D | 1E | 4D |
| Octal | 315 | 263 | 326 | 4 | 20 | 0 | 20 | 435 | 36 | 115 |
| Binary | 11001101 | 10110011 | 11010110 | 100 | 10000 | 0 | 10000 | 100011101 | 11110 | 1001101 |
Color Harmonies of #CDB3D6
Complementary color
Monochromatic Colors of #CDB3D6
Black with #CDB3D6
Text Example
Text Example
White with #CDB3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3D6; }
p { color: rgb(205,179,214); }
H1.HeaderClassName
{
color: #CDB3D6;
}
.AnyTagClassName
{
color: #CDB3D6;
}
</style>
background-color css
<style>
a { background-color: #CDB3D6; }
a { background-color: rgb(205,179,214); }
div.DivClassName
{
background-color: #CDB3D6;
}
.BgClassName
{
background-color: #CDB3D6;
}
</style>
border-color css
<style>
span { border-color: #CDB3D6; }
span { border-color: rgb(205,179,214); }
td.TdClassName
{
border-color: #CDB3D6;
}
.TagClassName
{
border-color: #CDB3D6;
}
</style>