Shades of Prelude #CBA8D3
Tints of Prelude #CBA8D3
RGB
CMYK
RGB Variations
Color information
#CBA8D3 (or 0xCBA8D3) is known color: Prelude. HEX triplet: CB, A8 and D3. RGB value is (203,168,211). Sum of RGB (Red+Green+Blue) = 203+168+211=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8D3 is #34572C. Grayscale: #B7B7B7. Windows color (decimal): -3430189 or 13871307. OLE color: 13871307.
HSL color Cylindrical-coordinate representation of color #CBA8D3: hue angle of 288.84º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA8D3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 168 | 211 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.17 |
| HSL | 288.84º | 0.33% | 0.74% | - |
| HSV(B) | 288.84º | 0.2% | 0.83% | - |
| XYZ | 50.39 | 45.4 | 67.74 | - |
| YUV | 183.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 211 | 0.04 | 0.20 | 0 | 0.17 | 288.84 | 0.33 | 0.74 |
| Hex | CB | A8 | D3 | 4 | 14 | 0 | 11 | 121 | 21 | 4A |
| Octal | 313 | 250 | 323 | 4 | 24 | 0 | 21 | 441 | 41 | 112 |
| Binary | 11001011 | 10101000 | 11010011 | 100 | 10100 | 0 | 10001 | 100100001 | 100001 | 1001010 |
Color Harmonies of #CBA8D3
Complementary color
Monochromatic Colors of #CBA8D3
Black with #CBA8D3
Text Example
Text Example
White with #CBA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8D3; }
p { color: rgb(203,168,211); }
H1.HeaderClassName
{
color: #CBA8D3;
}
.AnyTagClassName
{
color: #CBA8D3;
}
</style>
background-color css
<style>
a { background-color: #CBA8D3; }
a { background-color: rgb(203,168,211); }
div.DivClassName
{
background-color: #CBA8D3;
}
.BgClassName
{
background-color: #CBA8D3;
}
</style>
border-color css
<style>
span { border-color: #CBA8D3; }
span { border-color: rgb(203,168,211); }
td.TdClassName
{
border-color: #CBA8D3;
}
.TagClassName
{
border-color: #CBA8D3;
}
</style>