Shades of Prelude #CDBDD2
Tints of Prelude #CDBDD2
RGB
CMYK
RGB Variations
Color information
#CDBDD2 (or 0xCDBDD2) is known color: Prelude. HEX triplet: CD, BD and D2. RGB value is (205,189,210). Sum of RGB (Red+Green+Blue) = 205+189+210=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDD2 is #32422D. Grayscale: #C4C4C4. Windows color (decimal): -3293742 or 13811149. OLE color: 13811149.
HSL color Cylindrical-coordinate representation of color #CDBDD2: hue angle of 285.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBDD2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 189 | 210 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.18 |
| HSL | 285.71º | 0.19% | 0.78% | - |
| HSV(B) | 285.71º | 0.1% | 0.82% | - |
| XYZ | 55.01 | 54.03 | 68.5 | - |
| YUV | 196.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 210 | 0.02 | 0.10 | 0 | 0.18 | 285.71 | 0.19 | 0.78 |
| Hex | CD | BD | D2 | 2 | A | 0 | 12 | 11E | 13 | 4E |
| Octal | 315 | 275 | 322 | 2 | 12 | 0 | 22 | 436 | 23 | 116 |
| Binary | 11001101 | 10111101 | 11010010 | 10 | 1010 | 0 | 10010 | 100011110 | 10011 | 1001110 |
Color Harmonies of #CDBDD2
Complementary color
Monochromatic Colors of #CDBDD2
Black with #CDBDD2
Text Example
Text Example
White with #CDBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDD2; }
p { color: rgb(205,189,210); }
H1.HeaderClassName
{
color: #CDBDD2;
}
.AnyTagClassName
{
color: #CDBDD2;
}
</style>
background-color css
<style>
a { background-color: #CDBDD2; }
a { background-color: rgb(205,189,210); }
div.DivClassName
{
background-color: #CDBDD2;
}
.BgClassName
{
background-color: #CDBDD2;
}
</style>
border-color css
<style>
span { border-color: #CDBDD2; }
span { border-color: rgb(205,189,210); }
td.TdClassName
{
border-color: #CDBDD2;
}
.TagClassName
{
border-color: #CDBDD2;
}
</style>