Shades of Prelude #CDB8DC
Tints of Prelude #CDB8DC
RGB
CMYK
RGB Variations
Color information
#CDB8DC (or 0xCDB8DC) is known color: Prelude. HEX triplet: CD, B8 and DC. RGB value is (205,184,220). Sum of RGB (Red+Green+Blue) = 205+184+220=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8DC is #324723. Grayscale: #C2C2C2. Windows color (decimal): -3295012 or 14465229. OLE color: 14465229.
HSL color Cylindrical-coordinate representation of color #CDB8DC: hue angle of 275º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB8DC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 184 | 220 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.14 |
| HSL | 275º | 0.34% | 0.79% | - |
| HSV(B) | 275º | 0.16% | 0.86% | - |
| XYZ | 55.24 | 52.43 | 74.92 | - |
| YUV | 194.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 220 | 0.07 | 0.16 | 0 | 0.14 | 275 | 0.34 | 0.79 |
| Hex | CD | B8 | DC | 7 | 10 | 0 | E | 113 | 22 | 4F |
| Octal | 315 | 270 | 334 | 7 | 20 | 0 | 16 | 423 | 42 | 117 |
| Binary | 11001101 | 10111000 | 11011100 | 111 | 10000 | 0 | 1110 | 100010011 | 100010 | 1001111 |
Color Harmonies of #CDB8DC
Complementary color
Monochromatic Colors of #CDB8DC
Black with #CDB8DC
Text Example
Text Example
White with #CDB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8DC; }
p { color: rgb(205,184,220); }
H1.HeaderClassName
{
color: #CDB8DC;
}
.AnyTagClassName
{
color: #CDB8DC;
}
</style>
background-color css
<style>
a { background-color: #CDB8DC; }
a { background-color: rgb(205,184,220); }
div.DivClassName
{
background-color: #CDB8DC;
}
.BgClassName
{
background-color: #CDB8DC;
}
</style>
border-color css
<style>
span { border-color: #CDB8DC; }
span { border-color: rgb(205,184,220); }
td.TdClassName
{
border-color: #CDB8DC;
}
.TagClassName
{
border-color: #CDB8DC;
}
</style>