Shades of Prelude #CDAFDD
Tints of Prelude #CDAFDD
RGB
CMYK
RGB Variations
Color information
#CDAFDD (or 0xCDAFDD) is known color: Prelude. HEX triplet: CD, AF and DD. RGB value is (205,175,221). Sum of RGB (Red+Green+Blue) = 205+175+221=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFDD is #325022. Grayscale: #BDBDBD. Windows color (decimal): -3297315 or 14528461. OLE color: 14528461.
HSL color Cylindrical-coordinate representation of color #CDAFDD: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAFDD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 175 | 221 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.13 |
| HSL | 279.13º | 0.4% | 0.78% | - |
| HSV(B) | 279.13º | 0.21% | 0.87% | - |
| XYZ | 53.56 | 48.86 | 75.01 | - |
| YUV | 189.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 221 | 0.07 | 0.21 | 0 | 0.13 | 279.13 | 0.4 | 0.78 |
| Hex | CD | AF | DD | 7 | 15 | 0 | D | 117 | 28 | 4E |
| Octal | 315 | 257 | 335 | 7 | 25 | 0 | 15 | 427 | 50 | 116 |
| Binary | 11001101 | 10101111 | 11011101 | 111 | 10101 | 0 | 1101 | 100010111 | 101000 | 1001110 |
Color Harmonies of #CDAFDD
Complementary color
Monochromatic Colors of #CDAFDD
Black with #CDAFDD
Text Example
Text Example
White with #CDAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFDD; }
p { color: rgb(205,175,221); }
H1.HeaderClassName
{
color: #CDAFDD;
}
.AnyTagClassName
{
color: #CDAFDD;
}
</style>
background-color css
<style>
a { background-color: #CDAFDD; }
a { background-color: rgb(205,175,221); }
div.DivClassName
{
background-color: #CDAFDD;
}
.BgClassName
{
background-color: #CDAFDD;
}
</style>
border-color css
<style>
span { border-color: #CDAFDD; }
span { border-color: rgb(205,175,221); }
td.TdClassName
{
border-color: #CDAFDD;
}
.TagClassName
{
border-color: #CDAFDD;
}
</style>