Shades of Prelude #CDABD4
Tints of Prelude #CDABD4
RGB
CMYK
RGB Variations
Color information
#CDABD4 (or 0xCDABD4) is known color: Prelude. HEX triplet: CD, AB and D4. RGB value is (205,171,212). Sum of RGB (Red+Green+Blue) = 205+171+212=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABD4 is #32542B. Grayscale: #B9B9B9. Windows color (decimal): -3298348 or 13937613. OLE color: 13937613.
HSL color Cylindrical-coordinate representation of color #CDABD4: hue angle of 289.76º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDABD4 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 171 | 212 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.17 |
| HSL | 289.76º | 0.32% | 0.75% | - |
| HSV(B) | 289.76º | 0.19% | 0.83% | - |
| XYZ | 51.62 | 46.86 | 68.61 | - |
| YUV | 185.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 212 | 0.03 | 0.19 | 0 | 0.17 | 289.76 | 0.32 | 0.75 |
| Hex | CD | AB | D4 | 3 | 13 | 0 | 11 | 122 | 20 | 4B |
| Octal | 315 | 253 | 324 | 3 | 23 | 0 | 21 | 442 | 40 | 113 |
| Binary | 11001101 | 10101011 | 11010100 | 11 | 10011 | 0 | 10001 | 100100010 | 100000 | 1001011 |
Color Harmonies of #CDABD4
Complementary color
Monochromatic Colors of #CDABD4
Black with #CDABD4
Text Example
Text Example
White with #CDABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABD4; }
p { color: rgb(205,171,212); }
H1.HeaderClassName
{
color: #CDABD4;
}
.AnyTagClassName
{
color: #CDABD4;
}
</style>
background-color css
<style>
a { background-color: #CDABD4; }
a { background-color: rgb(205,171,212); }
div.DivClassName
{
background-color: #CDABD4;
}
.BgClassName
{
background-color: #CDABD4;
}
</style>
border-color css
<style>
span { border-color: #CDABD4; }
span { border-color: rgb(205,171,212); }
td.TdClassName
{
border-color: #CDABD4;
}
.TagClassName
{
border-color: #CDABD4;
}
</style>