Shades of Prelude #CDACDD
Tints of Prelude #CDACDD
RGB
CMYK
RGB Variations
Color information
#CDACDD (or 0xCDACDD) is known color: Prelude. HEX triplet: CD, AC and DD. RGB value is (205,172,221). Sum of RGB (Red+Green+Blue) = 205+172+221=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACDD is #325322. Grayscale: #BBBBBB. Windows color (decimal): -3298083 or 14527693. OLE color: 14527693.
HSL color Cylindrical-coordinate representation of color #CDACDD: hue angle of 280.41º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDACDD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 172 | 221 | - |
CMYK | 0.07 | 0.22 | 0 | 0.13 |
HSL | 280.41º | 0.42% | 0.77% | - |
HSV(B) | 280.41º | 0.22% | 0.87% | - |
XYZ | 52.98 | 47.7 | 74.82 | - |
YUV | 187.45 | 146.93 | 140.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 172 | 221 | 0.07 | 0.22 | 0 | 0.13 | 280.41 | 0.42 | 0.77 |
Hex | CD | AC | DD | 7 | 16 | 0 | D | 118 | 2A | 4D |
Octal | 315 | 254 | 335 | 7 | 26 | 0 | 15 | 430 | 52 | 115 |
Binary | 11001101 | 10101100 | 11011101 | 111 | 10110 | 0 | 1101 | 100011000 | 101010 | 1001101 |
Color Harmonies of #CDACDD
Complementary color
Monochromatic Colors of #CDACDD
Black with #CDACDD
Text Example
Text Example
White with #CDACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACDD; }
p { color: rgb(205,172,221); }
H1.HeaderClassName
{
color: #CDACDD;
}
.AnyTagClassName
{
color: #CDACDD;
}
</style>
background-color css
<style>
a { background-color: #CDACDD; }
a { background-color: rgb(205,172,221); }
div.DivClassName
{
background-color: #CDACDD;
}
.BgClassName
{
background-color: #CDACDD;
}
</style>
border-color css
<style>
span { border-color: #CDACDD; }
span { border-color: rgb(205,172,221); }
td.TdClassName
{
border-color: #CDACDD;
}
.TagClassName
{
border-color: #CDACDD;
}
</style>