Shades of Prelude #CDB6DC
Tints of Prelude #CDB6DC
RGB
CMYK
RGB Variations
Color information
#CDB6DC (or 0xCDB6DC) is known color: Prelude. HEX triplet: CD, B6 and DC. RGB value is (205,182,220). Sum of RGB (Red+Green+Blue) = 205+182+220=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6DC is #324923. Grayscale: #C1C1C1. Windows color (decimal): -3295524 or 14464717. OLE color: 14464717.
HSL color Cylindrical-coordinate representation of color #CDB6DC: hue angle of 276.32º 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 #CDB6DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 182 | 220 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.14 |
| HSL | 276.32º | 0.35% | 0.79% | - |
| HSV(B) | 276.32º | 0.17% | 0.86% | - |
| XYZ | 54.82 | 51.6 | 74.78 | - |
| YUV | 193.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 220 | 0.07 | 0.17 | 0 | 0.14 | 276.32 | 0.35 | 0.79 |
| Hex | CD | B6 | DC | 7 | 11 | 0 | E | 114 | 23 | 4F |
| Octal | 315 | 266 | 334 | 7 | 21 | 0 | 16 | 424 | 43 | 117 |
| Binary | 11001101 | 10110110 | 11011100 | 111 | 10001 | 0 | 1110 | 100010100 | 100011 | 1001111 |
Color Harmonies of #CDB6DC
Complementary color
Monochromatic Colors of #CDB6DC
Black with #CDB6DC
Text Example
Text Example
White with #CDB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6DC; }
p { color: rgb(205,182,220); }
H1.HeaderClassName
{
color: #CDB6DC;
}
.AnyTagClassName
{
color: #CDB6DC;
}
</style>
background-color css
<style>
a { background-color: #CDB6DC; }
a { background-color: rgb(205,182,220); }
div.DivClassName
{
background-color: #CDB6DC;
}
.BgClassName
{
background-color: #CDB6DC;
}
</style>
border-color css
<style>
span { border-color: #CDB6DC; }
span { border-color: rgb(205,182,220); }
td.TdClassName
{
border-color: #CDB6DC;
}
.TagClassName
{
border-color: #CDB6DC;
}
</style>