Shades of Prelude #CDB7DD
Tints of Prelude #CDB7DD
RGB
CMYK
RGB Variations
Color information
#CDB7DD (or 0xCDB7DD) is known color: Prelude. HEX triplet: CD, B7 and DD. RGB value is (205,183,221). Sum of RGB (Red+Green+Blue) = 205+183+221=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7DD is #324822. Grayscale: #C1C1C1. Windows color (decimal): -3295267 or 14530509. OLE color: 14530509.
HSL color Cylindrical-coordinate representation of color #CDB7DD: hue angle of 274.74º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB7DD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 183 | 221 | - |
CMYK | 0.07 | 0.17 | 0 | 0.13 |
HSL | 274.74º | 0.36% | 0.79% | - |
HSV(B) | 274.74º | 0.17% | 0.87% | - |
XYZ | 55.16 | 52.07 | 75.55 | - |
YUV | 193.91 | 143.29 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 183 | 221 | 0.07 | 0.17 | 0 | 0.13 | 274.74 | 0.36 | 0.79 |
Hex | CD | B7 | DD | 7 | 11 | 0 | D | 113 | 24 | 4F |
Octal | 315 | 267 | 335 | 7 | 21 | 0 | 15 | 423 | 44 | 117 |
Binary | 11001101 | 10110111 | 11011101 | 111 | 10001 | 0 | 1101 | 100010011 | 100100 | 1001111 |
Color Harmonies of #CDB7DD
Complementary color
Monochromatic Colors of #CDB7DD
Black with #CDB7DD
Text Example
Text Example
White with #CDB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7DD; }
p { color: rgb(205,183,221); }
H1.HeaderClassName
{
color: #CDB7DD;
}
.AnyTagClassName
{
color: #CDB7DD;
}
</style>
background-color css
<style>
a { background-color: #CDB7DD; }
a { background-color: rgb(205,183,221); }
div.DivClassName
{
background-color: #CDB7DD;
}
.BgClassName
{
background-color: #CDB7DD;
}
</style>
border-color css
<style>
span { border-color: #CDB7DD; }
span { border-color: rgb(205,183,221); }
td.TdClassName
{
border-color: #CDB7DD;
}
.TagClassName
{
border-color: #CDB7DD;
}
</style>