Shades of Prelude #CDB1D1
Tints of Prelude #CDB1D1
RGB
CMYK
RGB Variations
Color information
#CDB1D1 (or 0xCDB1D1) is known color: Prelude. HEX triplet: CD, B1 and D1. RGB value is (205,177,209). Sum of RGB (Red+Green+Blue) = 205+177+209=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDB1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1D1 is #324E2E. Grayscale: #BCBCBC. Windows color (decimal): -3296815 or 13742541. OLE color: 13742541.
HSL color Cylindrical-coordinate representation of color #CDB1D1: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDB1D1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 177 | 209 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.18 |
| HSL | 292.5º | 0.26% | 0.76% | - |
| HSV(B) | 292.5º | 0.15% | 0.82% | - |
| XYZ | 52.41 | 49.03 | 67.02 | - |
| YUV | 189.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 209 | 0.02 | 0.15 | 0 | 0.18 | 292.5 | 0.26 | 0.76 |
| Hex | CD | B1 | D1 | 2 | F | 0 | 12 | 124 | 1A | 4C |
| Octal | 315 | 261 | 321 | 2 | 17 | 0 | 22 | 444 | 32 | 114 |
| Binary | 11001101 | 10110001 | 11010001 | 10 | 1111 | 0 | 10010 | 100100100 | 11010 | 1001100 |
Color Harmonies of #CDB1D1
Complementary color
Monochromatic Colors of #CDB1D1
Black with #CDB1D1
Text Example
Text Example
White with #CDB1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1D1; }
p { color: rgb(205,177,209); }
H1.HeaderClassName
{
color: #CDB1D1;
}
.AnyTagClassName
{
color: #CDB1D1;
}
</style>
background-color css
<style>
a { background-color: #CDB1D1; }
a { background-color: rgb(205,177,209); }
div.DivClassName
{
background-color: #CDB1D1;
}
.BgClassName
{
background-color: #CDB1D1;
}
</style>
border-color css
<style>
span { border-color: #CDB1D1; }
span { border-color: rgb(205,177,209); }
td.TdClassName
{
border-color: #CDB1D1;
}
.TagClassName
{
border-color: #CDB1D1;
}
</style>