Shades of Prelude #CDADD4
Tints of Prelude #CDADD4
RGB
CMYK
RGB Variations
Color information
#CDADD4 (or 0xCDADD4) is known color: Prelude. HEX triplet: CD, AD and D4. RGB value is (205,173,212). Sum of RGB (Red+Green+Blue) = 205+173+212=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD4 is #32522B. Grayscale: #BABABA. Windows color (decimal): -3297836 or 13938125. OLE color: 13938125.
HSL color Cylindrical-coordinate representation of color #CDADD4: hue angle of 289.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADD4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 173 | 212 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.17 |
| HSL | 289.23º | 0.31% | 0.75% | - |
| HSV(B) | 289.23º | 0.18% | 0.83% | - |
| XYZ | 52 | 47.62 | 68.74 | - |
| YUV | 187.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 212 | 0.03 | 0.18 | 0 | 0.17 | 289.23 | 0.31 | 0.75 |
| Hex | CD | AD | D4 | 3 | 12 | 0 | 11 | 121 | 1F | 4B |
| Octal | 315 | 255 | 324 | 3 | 22 | 0 | 21 | 441 | 37 | 113 |
| Binary | 11001101 | 10101101 | 11010100 | 11 | 10010 | 0 | 10001 | 100100001 | 11111 | 1001011 |
Color Harmonies of #CDADD4
Complementary color
Monochromatic Colors of #CDADD4
Black with #CDADD4
Text Example
Text Example
White with #CDADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADD4; }
p { color: rgb(205,173,212); }
H1.HeaderClassName
{
color: #CDADD4;
}
.AnyTagClassName
{
color: #CDADD4;
}
</style>
background-color css
<style>
a { background-color: #CDADD4; }
a { background-color: rgb(205,173,212); }
div.DivClassName
{
background-color: #CDADD4;
}
.BgClassName
{
background-color: #CDADD4;
}
</style>
border-color css
<style>
span { border-color: #CDADD4; }
span { border-color: rgb(205,173,212); }
td.TdClassName
{
border-color: #CDADD4;
}
.TagClassName
{
border-color: #CDADD4;
}
</style>