Shades of Prelude #CDAFE0
Tints of Prelude #CDAFE0
RGB
CMYK
RGB Variations
Color information
#CDAFE0 (or 0xCDAFE0) is known color: Prelude. HEX triplet: CD, AF and E0. RGB value is (205,175,224). Sum of RGB (Red+Green+Blue) = 205+175+224=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFE0 is #32501F. Grayscale: #BDBDBD. Windows color (decimal): -3297312 or 14725069. OLE color: 14725069.
HSL color Cylindrical-coordinate representation of color #CDAFE0: hue angle of 276.73º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDAFE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 175 | 224 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.12 |
| HSL | 276.73º | 0.44% | 0.78% | - |
| HSV(B) | 276.73º | 0.22% | 0.88% | - |
| XYZ | 53.96 | 49.02 | 77.14 | - |
| YUV | 189.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 224 | 0.08 | 0.22 | 0 | 0.12 | 276.73 | 0.44 | 0.78 |
| Hex | CD | AF | E0 | 8 | 16 | 0 | C | 115 | 2C | 4E |
| Octal | 315 | 257 | 340 | 10 | 26 | 0 | 14 | 425 | 54 | 116 |
| Binary | 11001101 | 10101111 | 11100000 | 1000 | 10110 | 0 | 1100 | 100010101 | 101100 | 1001110 |
Color Harmonies of #CDAFE0
Complementary color
Monochromatic Colors of #CDAFE0
Black with #CDAFE0
Text Example
Text Example
White with #CDAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFE0; }
p { color: rgb(205,175,224); }
H1.HeaderClassName
{
color: #CDAFE0;
}
.AnyTagClassName
{
color: #CDAFE0;
}
</style>
background-color css
<style>
a { background-color: #CDAFE0; }
a { background-color: rgb(205,175,224); }
div.DivClassName
{
background-color: #CDAFE0;
}
.BgClassName
{
background-color: #CDAFE0;
}
</style>
border-color css
<style>
span { border-color: #CDAFE0; }
span { border-color: rgb(205,175,224); }
td.TdClassName
{
border-color: #CDAFE0;
}
.TagClassName
{
border-color: #CDAFE0;
}
</style>