Shades of Prelude #CDB5DD
Tints of Prelude #CDB5DD
RGB
CMYK
RGB Variations
Color information
#CDB5DD (or 0xCDB5DD) is known color: Prelude. HEX triplet: CD, B5 and DD. RGB value is (205,181,221). Sum of RGB (Red+Green+Blue) = 205+181+221=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5DD is #324A22. Grayscale: #C0C0C0. Windows color (decimal): -3295779 or 14529997. OLE color: 14529997.
HSL color Cylindrical-coordinate representation of color #CDB5DD: hue angle of 276º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB5DD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 181 | 221 | - |
CMYK | 0.07 | 0.18 | 0 | 0.13 |
HSL | 276º | 0.37% | 0.79% | - |
HSV(B) | 276º | 0.18% | 0.87% | - |
XYZ | 54.75 | 51.25 | 75.41 | - |
YUV | 192.74 | 143.95 | 136.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 181 | 221 | 0.07 | 0.18 | 0 | 0.13 | 276 | 0.37 | 0.79 |
Hex | CD | B5 | DD | 7 | 12 | 0 | D | 114 | 25 | 4F |
Octal | 315 | 265 | 335 | 7 | 22 | 0 | 15 | 424 | 45 | 117 |
Binary | 11001101 | 10110101 | 11011101 | 111 | 10010 | 0 | 1101 | 100010100 | 100101 | 1001111 |
Color Harmonies of #CDB5DD
Complementary color
Monochromatic Colors of #CDB5DD
Black with #CDB5DD
Text Example
Text Example
White with #CDB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5DD; }
p { color: rgb(205,181,221); }
H1.HeaderClassName
{
color: #CDB5DD;
}
.AnyTagClassName
{
color: #CDB5DD;
}
</style>
background-color css
<style>
a { background-color: #CDB5DD; }
a { background-color: rgb(205,181,221); }
div.DivClassName
{
background-color: #CDB5DD;
}
.BgClassName
{
background-color: #CDB5DD;
}
</style>
border-color css
<style>
span { border-color: #CDB5DD; }
span { border-color: rgb(205,181,221); }
td.TdClassName
{
border-color: #CDB5DD;
}
.TagClassName
{
border-color: #CDB5DD;
}
</style>