Shades of Prelude #CBAEDB
Tints of Prelude #CBAEDB
RGB
CMYK
RGB Variations
Color information
#CBAEDB (or 0xCBAEDB) is known color: Prelude. HEX triplet: CB, AE and DB. RGB value is (203,174,219). Sum of RGB (Red+Green+Blue) = 203+174+219=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEDB is #345124. Grayscale: #BBBBBB. Windows color (decimal): -3428645 or 14397131. OLE color: 14397131.
HSL color Cylindrical-coordinate representation of color #CBAEDB: hue angle of 278.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAEDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 174 | 219 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 278.67º | 0.38% | 0.77% | - |
| HSV(B) | 278.67º | 0.21% | 0.86% | - |
| XYZ | 52.55 | 48.08 | 73.53 | - |
| YUV | 187.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 219 | 0.07 | 0.21 | 0 | 0.14 | 278.67 | 0.38 | 0.77 |
| Hex | CB | AE | DB | 7 | 15 | 0 | E | 117 | 26 | 4D |
| Octal | 313 | 256 | 333 | 7 | 25 | 0 | 16 | 427 | 46 | 115 |
| Binary | 11001011 | 10101110 | 11011011 | 111 | 10101 | 0 | 1110 | 100010111 | 100110 | 1001101 |
Color Harmonies of #CBAEDB
Complementary color
Monochromatic Colors of #CBAEDB
Black with #CBAEDB
Text Example
Text Example
White with #CBAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEDB; }
p { color: rgb(203,174,219); }
H1.HeaderClassName
{
color: #CBAEDB;
}
.AnyTagClassName
{
color: #CBAEDB;
}
</style>
background-color css
<style>
a { background-color: #CBAEDB; }
a { background-color: rgb(203,174,219); }
div.DivClassName
{
background-color: #CBAEDB;
}
.BgClassName
{
background-color: #CBAEDB;
}
</style>
border-color css
<style>
span { border-color: #CBAEDB; }
span { border-color: rgb(203,174,219); }
td.TdClassName
{
border-color: #CBAEDB;
}
.TagClassName
{
border-color: #CBAEDB;
}
</style>