Shades of Prelude #CDB9D4
Tints of Prelude #CDB9D4
RGB
CMYK
RGB Variations
Color information
#CDB9D4 (or 0xCDB9D4) is known color: Prelude. HEX triplet: CD, B9 and D4. RGB value is (205,185,212). Sum of RGB (Red+Green+Blue) = 205+185+212=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDB9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9D4 is #32462B. Grayscale: #C1C1C1. Windows color (decimal): -3294764 or 13941197. OLE color: 13941197.
HSL color Cylindrical-coordinate representation of color #CDB9D4: hue angle of 284.44º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB9D4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 185 | 212 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.17 |
| HSL | 284.44º | 0.24% | 0.78% | - |
| HSV(B) | 284.44º | 0.13% | 0.83% | - |
| XYZ | 54.41 | 52.43 | 69.54 | - |
| YUV | 194.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 212 | 0.03 | 0.13 | 0 | 0.17 | 284.44 | 0.24 | 0.78 |
| Hex | CD | B9 | D4 | 3 | D | 0 | 11 | 11C | 18 | 4E |
| Octal | 315 | 271 | 324 | 3 | 15 | 0 | 21 | 434 | 30 | 116 |
| Binary | 11001101 | 10111001 | 11010100 | 11 | 1101 | 0 | 10001 | 100011100 | 11000 | 1001110 |
Color Harmonies of #CDB9D4
Complementary color
Monochromatic Colors of #CDB9D4
Black with #CDB9D4
Text Example
Text Example
White with #CDB9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9D4; }
p { color: rgb(205,185,212); }
H1.HeaderClassName
{
color: #CDB9D4;
}
.AnyTagClassName
{
color: #CDB9D4;
}
</style>
background-color css
<style>
a { background-color: #CDB9D4; }
a { background-color: rgb(205,185,212); }
div.DivClassName
{
background-color: #CDB9D4;
}
.BgClassName
{
background-color: #CDB9D4;
}
</style>
border-color css
<style>
span { border-color: #CDB9D4; }
span { border-color: rgb(205,185,212); }
td.TdClassName
{
border-color: #CDB9D4;
}
.TagClassName
{
border-color: #CDB9D4;
}
</style>