Shades of Prelude #CDBFD5
Tints of Prelude #CDBFD5
RGB
CMYK
RGB Variations
Color information
#CDBFD5 (or 0xCDBFD5) is known color: Prelude. HEX triplet: CD, BF and D5. RGB value is (205,191,213). Sum of RGB (Red+Green+Blue) = 205+191+213=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFD5 is #32402A. Grayscale: #C5C5C5. Windows color (decimal): -3293227 or 14008269. OLE color: 14008269.
HSL color Cylindrical-coordinate representation of color #CDBFD5: hue angle of 278.18º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBFD5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 191 | 213 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.16 |
| HSL | 278.18º | 0.21% | 0.79% | - |
| HSV(B) | 278.18º | 0.1% | 0.84% | - |
| XYZ | 55.82 | 55.04 | 70.63 | - |
| YUV | 197.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 213 | 0.04 | 0.10 | 0 | 0.16 | 278.18 | 0.21 | 0.79 |
| Hex | CD | BF | D5 | 4 | A | 0 | 10 | 116 | 15 | 4F |
| Octal | 315 | 277 | 325 | 4 | 12 | 0 | 20 | 426 | 25 | 117 |
| Binary | 11001101 | 10111111 | 11010101 | 100 | 1010 | 0 | 10000 | 100010110 | 10101 | 1001111 |
Color Harmonies of #CDBFD5
Complementary color
Monochromatic Colors of #CDBFD5
Black with #CDBFD5
Text Example
Text Example
White with #CDBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFD5; }
p { color: rgb(205,191,213); }
H1.HeaderClassName
{
color: #CDBFD5;
}
.AnyTagClassName
{
color: #CDBFD5;
}
</style>
background-color css
<style>
a { background-color: #CDBFD5; }
a { background-color: rgb(205,191,213); }
div.DivClassName
{
background-color: #CDBFD5;
}
.BgClassName
{
background-color: #CDBFD5;
}
</style>
border-color css
<style>
span { border-color: #CDBFD5; }
span { border-color: rgb(205,191,213); }
td.TdClassName
{
border-color: #CDBFD5;
}
.TagClassName
{
border-color: #CDBFD5;
}
</style>