Shades of Prelude #CDADDA
Tints of Prelude #CDADDA
RGB
CMYK
RGB Variations
Color information
#CDADDA (or 0xCDADDA) is known color: Prelude. HEX triplet: CD, AD and DA. RGB value is (205,173,218). Sum of RGB (Red+Green+Blue) = 205+173+218=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDA is #325225. Grayscale: #BBBBBB. Windows color (decimal): -3297830 or 14331341. OLE color: 14331341.
HSL color Cylindrical-coordinate representation of color #CDADDA: hue angle of 282.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDADDA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 173 | 218 | - |
CMYK | 0.06 | 0.21 | 0 | 0.15 |
HSL | 282.67º | 0.38% | 0.77% | - |
HSV(B) | 282.67º | 0.21% | 0.85% | - |
XYZ | 52.78 | 47.93 | 72.8 | - |
YUV | 187.7 | 145.1 | 140.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 173 | 218 | 0.06 | 0.21 | 0 | 0.15 | 282.67 | 0.38 | 0.77 |
Hex | CD | AD | DA | 6 | 15 | 0 | F | 11B | 26 | 4D |
Octal | 315 | 255 | 332 | 6 | 25 | 0 | 17 | 433 | 46 | 115 |
Binary | 11001101 | 10101101 | 11011010 | 110 | 10101 | 0 | 1111 | 100011011 | 100110 | 1001101 |
Color Harmonies of #CDADDA
Complementary color
Monochromatic Colors of #CDADDA
Black with #CDADDA
Text Example
Text Example
White with #CDADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADDA; }
p { color: rgb(205,173,218); }
H1.HeaderClassName
{
color: #CDADDA;
}
.AnyTagClassName
{
color: #CDADDA;
}
</style>
background-color css
<style>
a { background-color: #CDADDA; }
a { background-color: rgb(205,173,218); }
div.DivClassName
{
background-color: #CDADDA;
}
.BgClassName
{
background-color: #CDADDA;
}
</style>
border-color css
<style>
span { border-color: #CDADDA; }
span { border-color: rgb(205,173,218); }
td.TdClassName
{
border-color: #CDADDA;
}
.TagClassName
{
border-color: #CDADDA;
}
</style>