Shades of Prelude #CBACDC
Tints of Prelude #CBACDC
RGB
CMYK
RGB Variations
Color information
#CBACDC (or 0xCBACDC) is known color: Prelude. HEX triplet: CB, AC and DC. RGB value is (203,172,220). Sum of RGB (Red+Green+Blue) = 203+172+220=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACDC is #345323. Grayscale: #BABABA. Windows color (decimal): -3429156 or 14462155. OLE color: 14462155.
HSL color Cylindrical-coordinate representation of color #CBACDC: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBACDC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 172 | 220 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.14 |
| HSL | 278.75º | 0.41% | 0.77% | - |
| HSV(B) | 278.75º | 0.22% | 0.86% | - |
| XYZ | 52.3 | 47.37 | 74.1 | - |
| YUV | 186.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 220 | 0.08 | 0.22 | 0 | 0.14 | 278.75 | 0.41 | 0.77 |
| Hex | CB | AC | DC | 8 | 16 | 0 | E | 117 | 29 | 4D |
| Octal | 313 | 254 | 334 | 10 | 26 | 0 | 16 | 427 | 51 | 115 |
| Binary | 11001011 | 10101100 | 11011100 | 1000 | 10110 | 0 | 1110 | 100010111 | 101001 | 1001101 |
Color Harmonies of #CBACDC
Complementary color
Monochromatic Colors of #CBACDC
Black with #CBACDC
Text Example
Text Example
White with #CBACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACDC; }
p { color: rgb(203,172,220); }
H1.HeaderClassName
{
color: #CBACDC;
}
.AnyTagClassName
{
color: #CBACDC;
}
</style>
background-color css
<style>
a { background-color: #CBACDC; }
a { background-color: rgb(203,172,220); }
div.DivClassName
{
background-color: #CBACDC;
}
.BgClassName
{
background-color: #CBACDC;
}
</style>
border-color css
<style>
span { border-color: #CBACDC; }
span { border-color: rgb(203,172,220); }
td.TdClassName
{
border-color: #CBACDC;
}
.TagClassName
{
border-color: #CBACDC;
}
</style>