Shades of Prelude #CDBDDA
Tints of Prelude #CDBDDA
RGB
CMYK
RGB Variations
Color information
#CDBDDA (or 0xCDBDDA) is known color: Prelude. HEX triplet: CD, BD and DA. RGB value is (205,189,218). Sum of RGB (Red+Green+Blue) = 205+189+218=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDDA is #324225. Grayscale: #C4C4C4. Windows color (decimal): -3293734 or 14335437. OLE color: 14335437.
HSL color Cylindrical-coordinate representation of color #CDBDDA: hue angle of 273.1º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDBDDA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 189 | 218 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 273.1º | 0.28% | 0.8% | - |
| HSV(B) | 273.1º | 0.13% | 0.85% | - |
| XYZ | 56.03 | 54.44 | 73.88 | - |
| YUV | 197.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 218 | 0.06 | 0.13 | 0 | 0.15 | 273.1 | 0.28 | 0.8 |
| Hex | CD | BD | DA | 6 | D | 0 | F | 111 | 1C | 50 |
| Octal | 315 | 275 | 332 | 6 | 15 | 0 | 17 | 421 | 34 | 120 |
| Binary | 11001101 | 10111101 | 11011010 | 110 | 1101 | 0 | 1111 | 100010001 | 11100 | 1010000 |
Color Harmonies of #CDBDDA
Complementary color
Monochromatic Colors of #CDBDDA
Black with #CDBDDA
Text Example
Text Example
White with #CDBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDDA; }
p { color: rgb(205,189,218); }
H1.HeaderClassName
{
color: #CDBDDA;
}
.AnyTagClassName
{
color: #CDBDDA;
}
</style>
background-color css
<style>
a { background-color: #CDBDDA; }
a { background-color: rgb(205,189,218); }
div.DivClassName
{
background-color: #CDBDDA;
}
.BgClassName
{
background-color: #CDBDDA;
}
</style>
border-color css
<style>
span { border-color: #CDBDDA; }
span { border-color: rgb(205,189,218); }
td.TdClassName
{
border-color: #CDBDDA;
}
.TagClassName
{
border-color: #CDBDDA;
}
</style>