Shades of Prelude #CDB7DC
Tints of Prelude #CDB7DC
RGB
CMYK
RGB Variations
Color information
#CDB7DC (or 0xCDB7DC) is known color: Prelude. HEX triplet: CD, B7 and DC. RGB value is (205,183,220). Sum of RGB (Red+Green+Blue) = 205+183+220=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7DC is #324823. Grayscale: #C1C1C1. Windows color (decimal): -3295268 or 14464973. OLE color: 14464973.
HSL color Cylindrical-coordinate representation of color #CDB7DC: hue angle of 275.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB7DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 183 | 220 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.14 |
| HSL | 275.68º | 0.35% | 0.79% | - |
| HSV(B) | 275.68º | 0.17% | 0.86% | - |
| XYZ | 55.03 | 52.01 | 74.85 | - |
| YUV | 193.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 220 | 0.07 | 0.17 | 0 | 0.14 | 275.68 | 0.35 | 0.79 |
| Hex | CD | B7 | DC | 7 | 11 | 0 | E | 114 | 23 | 4F |
| Octal | 315 | 267 | 334 | 7 | 21 | 0 | 16 | 424 | 43 | 117 |
| Binary | 11001101 | 10110111 | 11011100 | 111 | 10001 | 0 | 1110 | 100010100 | 100011 | 1001111 |
Color Harmonies of #CDB7DC
Complementary color
Monochromatic Colors of #CDB7DC
Black with #CDB7DC
Text Example
Text Example
White with #CDB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7DC; }
p { color: rgb(205,183,220); }
H1.HeaderClassName
{
color: #CDB7DC;
}
.AnyTagClassName
{
color: #CDB7DC;
}
</style>
background-color css
<style>
a { background-color: #CDB7DC; }
a { background-color: rgb(205,183,220); }
div.DivClassName
{
background-color: #CDB7DC;
}
.BgClassName
{
background-color: #CDB7DC;
}
</style>
border-color css
<style>
span { border-color: #CDB7DC; }
span { border-color: rgb(205,183,220); }
td.TdClassName
{
border-color: #CDB7DC;
}
.TagClassName
{
border-color: #CDB7DC;
}
</style>