Shades of Prelude #CDB2E0
Tints of Prelude #CDB2E0
RGB
CMYK
RGB Variations
Color information
#CDB2E0 (or 0xCDB2E0) is known color: Prelude. HEX triplet: CD, B2 and E0. RGB value is (205,178,224). Sum of RGB (Red+Green+Blue) = 205+178+224=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2E0 is #324D1F. Grayscale: #BFBFBF. Windows color (decimal): -3296544 or 14725837. OLE color: 14725837.
HSL color Cylindrical-coordinate representation of color #CDB2E0: hue angle of 275.22º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB2E0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 178 | 224 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.12 |
| HSL | 275.22º | 0.43% | 0.79% | - |
| HSV(B) | 275.22º | 0.21% | 0.88% | - |
| XYZ | 54.55 | 50.2 | 77.34 | - |
| YUV | 191.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 224 | 0.08 | 0.21 | 0 | 0.12 | 275.22 | 0.43 | 0.79 |
| Hex | CD | B2 | E0 | 8 | 15 | 0 | C | 113 | 2B | 4F |
| Octal | 315 | 262 | 340 | 10 | 25 | 0 | 14 | 423 | 53 | 117 |
| Binary | 11001101 | 10110010 | 11100000 | 1000 | 10101 | 0 | 1100 | 100010011 | 101011 | 1001111 |
Color Harmonies of #CDB2E0
Complementary color
Monochromatic Colors of #CDB2E0
Black with #CDB2E0
Text Example
Text Example
White with #CDB2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2E0; }
p { color: rgb(205,178,224); }
H1.HeaderClassName
{
color: #CDB2E0;
}
.AnyTagClassName
{
color: #CDB2E0;
}
</style>
background-color css
<style>
a { background-color: #CDB2E0; }
a { background-color: rgb(205,178,224); }
div.DivClassName
{
background-color: #CDB2E0;
}
.BgClassName
{
background-color: #CDB2E0;
}
</style>
border-color css
<style>
span { border-color: #CDB2E0; }
span { border-color: rgb(205,178,224); }
td.TdClassName
{
border-color: #CDB2E0;
}
.TagClassName
{
border-color: #CDB2E0;
}
</style>