Shades of Prelude #CDB1DE
Tints of Prelude #CDB1DE
RGB
CMYK
RGB Variations
Color information
#CDB1DE (or 0xCDB1DE) is known color: Prelude. HEX triplet: CD, B1 and DE. RGB value is (205,177,222). Sum of RGB (Red+Green+Blue) = 205+177+222=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1DE is #324E21. Grayscale: #BEBEBE. Windows color (decimal): -3296802 or 14594509. OLE color: 14594509.
HSL color Cylindrical-coordinate representation of color #CDB1DE: hue angle of 277.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB1DE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 177 | 222 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.13 |
| HSL | 277.33º | 0.41% | 0.78% | - |
| HSV(B) | 277.33º | 0.2% | 0.87% | - |
| XYZ | 54.08 | 49.7 | 75.85 | - |
| YUV | 190.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 222 | 0.08 | 0.20 | 0 | 0.13 | 277.33 | 0.41 | 0.78 |
| Hex | CD | B1 | DE | 8 | 14 | 0 | D | 115 | 29 | 4E |
| Octal | 315 | 261 | 336 | 10 | 24 | 0 | 15 | 425 | 51 | 116 |
| Binary | 11001101 | 10110001 | 11011110 | 1000 | 10100 | 0 | 1101 | 100010101 | 101001 | 1001110 |
Color Harmonies of #CDB1DE
Complementary color
Monochromatic Colors of #CDB1DE
Black with #CDB1DE
Text Example
Text Example
White with #CDB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1DE; }
p { color: rgb(205,177,222); }
H1.HeaderClassName
{
color: #CDB1DE;
}
.AnyTagClassName
{
color: #CDB1DE;
}
</style>
background-color css
<style>
a { background-color: #CDB1DE; }
a { background-color: rgb(205,177,222); }
div.DivClassName
{
background-color: #CDB1DE;
}
.BgClassName
{
background-color: #CDB1DE;
}
</style>
border-color css
<style>
span { border-color: #CDB1DE; }
span { border-color: rgb(205,177,222); }
td.TdClassName
{
border-color: #CDB1DE;
}
.TagClassName
{
border-color: #CDB1DE;
}
</style>