Shades of Prelude #CDB0E0
Tints of Prelude #CDB0E0
RGB
CMYK
RGB Variations
Color information
#CDB0E0 (or 0xCDB0E0) is known color: Prelude. HEX triplet: CD, B0 and E0. RGB value is (205,176,224). Sum of RGB (Red+Green+Blue) = 205+176+224=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0E0 is #324F1F. Grayscale: #BDBDBD. Windows color (decimal): -3297056 or 14725325. OLE color: 14725325.
HSL color Cylindrical-coordinate representation of color #CDB0E0: hue angle of 276.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB0E0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 176 | 224 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.12 |
| HSL | 276.25º | 0.44% | 0.78% | - |
| HSV(B) | 276.25º | 0.21% | 0.88% | - |
| XYZ | 54.16 | 49.41 | 77.2 | - |
| YUV | 190.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 224 | 0.08 | 0.21 | 0 | 0.12 | 276.25 | 0.44 | 0.78 |
| Hex | CD | B0 | E0 | 8 | 15 | 0 | C | 114 | 2C | 4E |
| Octal | 315 | 260 | 340 | 10 | 25 | 0 | 14 | 424 | 54 | 116 |
| Binary | 11001101 | 10110000 | 11100000 | 1000 | 10101 | 0 | 1100 | 100010100 | 101100 | 1001110 |
Color Harmonies of #CDB0E0
Complementary color
Monochromatic Colors of #CDB0E0
Black with #CDB0E0
Text Example
Text Example
White with #CDB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0E0; }
p { color: rgb(205,176,224); }
H1.HeaderClassName
{
color: #CDB0E0;
}
.AnyTagClassName
{
color: #CDB0E0;
}
</style>
background-color css
<style>
a { background-color: #CDB0E0; }
a { background-color: rgb(205,176,224); }
div.DivClassName
{
background-color: #CDB0E0;
}
.BgClassName
{
background-color: #CDB0E0;
}
</style>
border-color css
<style>
span { border-color: #CDB0E0; }
span { border-color: rgb(205,176,224); }
td.TdClassName
{
border-color: #CDB0E0;
}
.TagClassName
{
border-color: #CDB0E0;
}
</style>