Shades of Prelude #CDB2DA
Tints of Prelude #CDB2DA
RGB
CMYK
RGB Variations
Color information
#CDB2DA (or 0xCDB2DA) is known color: Prelude. HEX triplet: CD, B2 and DA. RGB value is (205,178,218). Sum of RGB (Red+Green+Blue) = 205+178+218=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2DA is #324D25. Grayscale: #BEBEBE. Windows color (decimal): -3296550 or 14332621. OLE color: 14332621.
HSL color Cylindrical-coordinate representation of color #CDB2DA: hue angle of 280.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB2DA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 178 | 218 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.15 |
| HSL | 280.5º | 0.35% | 0.78% | - |
| HSV(B) | 280.5º | 0.18% | 0.85% | - |
| XYZ | 53.75 | 49.88 | 73.12 | - |
| YUV | 190.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 218 | 0.06 | 0.18 | 0 | 0.15 | 280.5 | 0.35 | 0.78 |
| Hex | CD | B2 | DA | 6 | 12 | 0 | F | 118 | 23 | 4E |
| Octal | 315 | 262 | 332 | 6 | 22 | 0 | 17 | 430 | 43 | 116 |
| Binary | 11001101 | 10110010 | 11011010 | 110 | 10010 | 0 | 1111 | 100011000 | 100011 | 1001110 |
Color Harmonies of #CDB2DA
Complementary color
Monochromatic Colors of #CDB2DA
Black with #CDB2DA
Text Example
Text Example
White with #CDB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2DA; }
p { color: rgb(205,178,218); }
H1.HeaderClassName
{
color: #CDB2DA;
}
.AnyTagClassName
{
color: #CDB2DA;
}
</style>
background-color css
<style>
a { background-color: #CDB2DA; }
a { background-color: rgb(205,178,218); }
div.DivClassName
{
background-color: #CDB2DA;
}
.BgClassName
{
background-color: #CDB2DA;
}
</style>
border-color css
<style>
span { border-color: #CDB2DA; }
span { border-color: rgb(205,178,218); }
td.TdClassName
{
border-color: #CDB2DA;
}
.TagClassName
{
border-color: #CDB2DA;
}
</style>