Shades of Prelude #CDB0DF
Tints of Prelude #CDB0DF
RGB
CMYK
RGB Variations
Color information
#CDB0DF (or 0xCDB0DF) is known color: Prelude. HEX triplet: CD, B0 and DF. RGB value is (205,176,223). Sum of RGB (Red+Green+Blue) = 205+176+223=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0DF is #324F20. Grayscale: #BDBDBD. Windows color (decimal): -3297057 or 14659789. OLE color: 14659789.
HSL color Cylindrical-coordinate representation of color #CDB0DF: hue angle of 277.02º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB0DF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 176 | 223 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.13 |
| HSL | 277.02º | 0.42% | 0.78% | - |
| HSV(B) | 277.02º | 0.21% | 0.87% | - |
| XYZ | 54.02 | 49.36 | 76.49 | - |
| YUV | 190.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 223 | 0.08 | 0.21 | 0 | 0.13 | 277.02 | 0.42 | 0.78 |
| Hex | CD | B0 | DF | 8 | 15 | 0 | D | 115 | 2A | 4E |
| Octal | 315 | 260 | 337 | 10 | 25 | 0 | 15 | 425 | 52 | 116 |
| Binary | 11001101 | 10110000 | 11011111 | 1000 | 10101 | 0 | 1101 | 100010101 | 101010 | 1001110 |
Color Harmonies of #CDB0DF
Complementary color
Monochromatic Colors of #CDB0DF
Black with #CDB0DF
Text Example
Text Example
White with #CDB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0DF; }
p { color: rgb(205,176,223); }
H1.HeaderClassName
{
color: #CDB0DF;
}
.AnyTagClassName
{
color: #CDB0DF;
}
</style>
background-color css
<style>
a { background-color: #CDB0DF; }
a { background-color: rgb(205,176,223); }
div.DivClassName
{
background-color: #CDB0DF;
}
.BgClassName
{
background-color: #CDB0DF;
}
</style>
border-color css
<style>
span { border-color: #CDB0DF; }
span { border-color: rgb(205,176,223); }
td.TdClassName
{
border-color: #CDB0DF;
}
.TagClassName
{
border-color: #CDB0DF;
}
</style>