Shades of Prelude #CDB2E1
Tints of Prelude #CDB2E1
RGB
CMYK
RGB Variations
Color information
#CDB2E1 (or 0xCDB2E1) is known color: Prelude. HEX triplet: CD, B2 and E1. RGB value is (205,178,225). Sum of RGB (Red+Green+Blue) = 205+178+225=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDB2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2E1 is #324D1E. Grayscale: #BFBFBF. Windows color (decimal): -3296543 or 14791373. OLE color: 14791373.
HSL color Cylindrical-coordinate representation of color #CDB2E1: hue angle of 274.47º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB2E1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 178 | 225 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.12 |
| HSL | 274.47º | 0.44% | 0.79% | - |
| HSV(B) | 274.47º | 0.21% | 0.88% | - |
| XYZ | 54.69 | 50.26 | 78.05 | - |
| YUV | 191.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 225 | 0.09 | 0.21 | 0 | 0.12 | 274.47 | 0.44 | 0.79 |
| Hex | CD | B2 | E1 | 9 | 15 | 0 | C | 112 | 2C | 4F |
| Octal | 315 | 262 | 341 | 11 | 25 | 0 | 14 | 422 | 54 | 117 |
| Binary | 11001101 | 10110010 | 11100001 | 1001 | 10101 | 0 | 1100 | 100010010 | 101100 | 1001111 |
Color Harmonies of #CDB2E1
Complementary color
Monochromatic Colors of #CDB2E1
Black with #CDB2E1
Text Example
Text Example
White with #CDB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2E1; }
p { color: rgb(205,178,225); }
H1.HeaderClassName
{
color: #CDB2E1;
}
.AnyTagClassName
{
color: #CDB2E1;
}
</style>
background-color css
<style>
a { background-color: #CDB2E1; }
a { background-color: rgb(205,178,225); }
div.DivClassName
{
background-color: #CDB2E1;
}
.BgClassName
{
background-color: #CDB2E1;
}
</style>
border-color css
<style>
span { border-color: #CDB2E1; }
span { border-color: rgb(205,178,225); }
td.TdClassName
{
border-color: #CDB2E1;
}
.TagClassName
{
border-color: #CDB2E1;
}
</style>