Shades of Prelude #CDB5DC
Tints of Prelude #CDB5DC
RGB
CMYK
RGB Variations
Color information
#CDB5DC (or 0xCDB5DC) is known color: Prelude. HEX triplet: CD, B5 and DC. RGB value is (205,181,220). Sum of RGB (Red+Green+Blue) = 205+181+220=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5DC is #324A23. Grayscale: #C0C0C0. Windows color (decimal): -3295780 or 14464461. OLE color: 14464461.
HSL color Cylindrical-coordinate representation of color #CDB5DC: hue angle of 276.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB5DC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 181 | 220 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.14 |
| HSL | 276.92º | 0.36% | 0.79% | - |
| HSV(B) | 276.92º | 0.18% | 0.86% | - |
| XYZ | 54.62 | 51.19 | 74.71 | - |
| YUV | 192.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 220 | 0.07 | 0.18 | 0 | 0.14 | 276.92 | 0.36 | 0.79 |
| Hex | CD | B5 | DC | 7 | 12 | 0 | E | 115 | 24 | 4F |
| Octal | 315 | 265 | 334 | 7 | 22 | 0 | 16 | 425 | 44 | 117 |
| Binary | 11001101 | 10110101 | 11011100 | 111 | 10010 | 0 | 1110 | 100010101 | 100100 | 1001111 |
Color Harmonies of #CDB5DC
Complementary color
Monochromatic Colors of #CDB5DC
Black with #CDB5DC
Text Example
Text Example
White with #CDB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5DC; }
p { color: rgb(205,181,220); }
H1.HeaderClassName
{
color: #CDB5DC;
}
.AnyTagClassName
{
color: #CDB5DC;
}
</style>
background-color css
<style>
a { background-color: #CDB5DC; }
a { background-color: rgb(205,181,220); }
div.DivClassName
{
background-color: #CDB5DC;
}
.BgClassName
{
background-color: #CDB5DC;
}
</style>
border-color css
<style>
span { border-color: #CDB5DC; }
span { border-color: rgb(205,181,220); }
td.TdClassName
{
border-color: #CDB5DC;
}
.TagClassName
{
border-color: #CDB5DC;
}
</style>