Shades of Prelude #CBACD1
Tints of Prelude #CBACD1
RGB
CMYK
RGB Variations
Color information
#CBACD1 (or 0xCBACD1) is known color: Prelude. HEX triplet: CB, AC and D1. RGB value is (203,172,209). Sum of RGB (Red+Green+Blue) = 203+172+209=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACD1 is #34532E. Grayscale: #B9B9B9. Windows color (decimal): -3429167 or 13741259. OLE color: 13741259.
HSL color Cylindrical-coordinate representation of color #CBACD1: hue angle of 290.27º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBACD1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 172 | 209 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.18 |
| HSL | 290.27º | 0.29% | 0.75% | - |
| HSV(B) | 290.27º | 0.18% | 0.82% | - |
| XYZ | 50.89 | 46.81 | 66.67 | - |
| YUV | 185.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 209 | 0.03 | 0.18 | 0 | 0.18 | 290.27 | 0.29 | 0.75 |
| Hex | CB | AC | D1 | 3 | 12 | 0 | 12 | 122 | 1D | 4B |
| Octal | 313 | 254 | 321 | 3 | 22 | 0 | 22 | 442 | 35 | 113 |
| Binary | 11001011 | 10101100 | 11010001 | 11 | 10010 | 0 | 10010 | 100100010 | 11101 | 1001011 |
Color Harmonies of #CBACD1
Complementary color
Monochromatic Colors of #CBACD1
Black with #CBACD1
Text Example
Text Example
White with #CBACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACD1; }
p { color: rgb(203,172,209); }
H1.HeaderClassName
{
color: #CBACD1;
}
.AnyTagClassName
{
color: #CBACD1;
}
</style>
background-color css
<style>
a { background-color: #CBACD1; }
a { background-color: rgb(203,172,209); }
div.DivClassName
{
background-color: #CBACD1;
}
.BgClassName
{
background-color: #CBACD1;
}
</style>
border-color css
<style>
span { border-color: #CBACD1; }
span { border-color: rgb(203,172,209); }
td.TdClassName
{
border-color: #CBACD1;
}
.TagClassName
{
border-color: #CBACD1;
}
</style>