Shades of Prelude #CDBFD4
Tints of Prelude #CDBFD4
RGB
CMYK
RGB Variations
Color information
#CDBFD4 (or 0xCDBFD4) is known color: Prelude. HEX triplet: CD, BF and D4. RGB value is (205,191,212). Sum of RGB (Red+Green+Blue) = 205+191+212=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFD4 is #32402B. Grayscale: #C5C5C5. Windows color (decimal): -3293228 or 13942733. OLE color: 13942733.
HSL color Cylindrical-coordinate representation of color #CDBFD4: hue angle of 280º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBFD4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 191 | 212 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.17 |
| HSL | 280º | 0.2% | 0.79% | - |
| HSV(B) | 280º | 0.1% | 0.83% | - |
| XYZ | 55.69 | 54.99 | 69.97 | - |
| YUV | 197.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 212 | 0.03 | 0.10 | 0 | 0.17 | 280 | 0.2 | 0.79 |
| Hex | CD | BF | D4 | 3 | A | 0 | 11 | 118 | 14 | 4F |
| Octal | 315 | 277 | 324 | 3 | 12 | 0 | 21 | 430 | 24 | 117 |
| Binary | 11001101 | 10111111 | 11010100 | 11 | 1010 | 0 | 10001 | 100011000 | 10100 | 1001111 |
Color Harmonies of #CDBFD4
Complementary color
Monochromatic Colors of #CDBFD4
Black with #CDBFD4
Text Example
Text Example
White with #CDBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFD4; }
p { color: rgb(205,191,212); }
H1.HeaderClassName
{
color: #CDBFD4;
}
.AnyTagClassName
{
color: #CDBFD4;
}
</style>
background-color css
<style>
a { background-color: #CDBFD4; }
a { background-color: rgb(205,191,212); }
div.DivClassName
{
background-color: #CDBFD4;
}
.BgClassName
{
background-color: #CDBFD4;
}
</style>
border-color css
<style>
span { border-color: #CDBFD4; }
span { border-color: rgb(205,191,212); }
td.TdClassName
{
border-color: #CDBFD4;
}
.TagClassName
{
border-color: #CDBFD4;
}
</style>