Shades of Prelude #CBAED9
Tints of Prelude #CBAED9
RGB
CMYK
RGB Variations
Color information
#CBAED9 (or 0xCBAED9) is known color: Prelude. HEX triplet: CB, AE and D9. RGB value is (203,174,217). Sum of RGB (Red+Green+Blue) = 203+174+217=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED9 is #345126. Grayscale: #BBBBBB. Windows color (decimal): -3428647 or 14266059. OLE color: 14266059.
HSL color Cylindrical-coordinate representation of color #CBAED9: hue angle of 280.47º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBAED9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 174 | 217 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.15 |
| HSL | 280.47º | 0.36% | 0.77% | - |
| HSV(B) | 280.47º | 0.2% | 0.85% | - |
| XYZ | 52.29 | 47.98 | 72.15 | - |
| YUV | 187.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 217 | 0.06 | 0.20 | 0 | 0.15 | 280.47 | 0.36 | 0.77 |
| Hex | CB | AE | D9 | 6 | 14 | 0 | F | 118 | 24 | 4D |
| Octal | 313 | 256 | 331 | 6 | 24 | 0 | 17 | 430 | 44 | 115 |
| Binary | 11001011 | 10101110 | 11011001 | 110 | 10100 | 0 | 1111 | 100011000 | 100100 | 1001101 |
Color Harmonies of #CBAED9
Complementary color
Monochromatic Colors of #CBAED9
Black with #CBAED9
Text Example
Text Example
White with #CBAED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAED9; }
p { color: rgb(203,174,217); }
H1.HeaderClassName
{
color: #CBAED9;
}
.AnyTagClassName
{
color: #CBAED9;
}
</style>
background-color css
<style>
a { background-color: #CBAED9; }
a { background-color: rgb(203,174,217); }
div.DivClassName
{
background-color: #CBAED9;
}
.BgClassName
{
background-color: #CBAED9;
}
</style>
border-color css
<style>
span { border-color: #CBAED9; }
span { border-color: rgb(203,174,217); }
td.TdClassName
{
border-color: #CBAED9;
}
.TagClassName
{
border-color: #CBAED9;
}
</style>