Shades of Prelude #CDBDDC
Tints of Prelude #CDBDDC
RGB
CMYK
RGB Variations
Color information
#CDBDDC (or 0xCDBDDC) is known color: Prelude. HEX triplet: CD, BD and DC. RGB value is (205,189,220). Sum of RGB (Red+Green+Blue) = 205+189+220=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDDC is #324223. Grayscale: #C5C5C5. Windows color (decimal): -3293732 or 14466509. OLE color: 14466509.
HSL color Cylindrical-coordinate representation of color #CDBDDC: hue angle of 270.97º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDBDDC is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 189 | 220 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.14 |
| HSL | 270.97º | 0.31% | 0.8% | - |
| HSV(B) | 270.97º | 0.14% | 0.86% | - |
| XYZ | 56.29 | 54.54 | 75.27 | - |
| YUV | 197.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 220 | 0.07 | 0.14 | 0 | 0.14 | 270.97 | 0.31 | 0.8 |
| Hex | CD | BD | DC | 7 | E | 0 | E | 10F | 1F | 50 |
| Octal | 315 | 275 | 334 | 7 | 16 | 0 | 16 | 417 | 37 | 120 |
| Binary | 11001101 | 10111101 | 11011100 | 111 | 1110 | 0 | 1110 | 100001111 | 11111 | 1010000 |
Color Harmonies of #CDBDDC
Complementary color
Monochromatic Colors of #CDBDDC
Black with #CDBDDC
Text Example
Text Example
White with #CDBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDDC; }
p { color: rgb(205,189,220); }
H1.HeaderClassName
{
color: #CDBDDC;
}
.AnyTagClassName
{
color: #CDBDDC;
}
</style>
background-color css
<style>
a { background-color: #CDBDDC; }
a { background-color: rgb(205,189,220); }
div.DivClassName
{
background-color: #CDBDDC;
}
.BgClassName
{
background-color: #CDBDDC;
}
</style>
border-color css
<style>
span { border-color: #CDBDDC; }
span { border-color: rgb(205,189,220); }
td.TdClassName
{
border-color: #CDBDDC;
}
.TagClassName
{
border-color: #CDBDDC;
}
</style>