Shades of Prelude #CBAED6
Tints of Prelude #CBAED6
RGB
CMYK
RGB Variations
Color information
#CBAED6 (or 0xCBAED6) is known color: Prelude. HEX triplet: CB, AE and D6. RGB value is (203,174,214). Sum of RGB (Red+Green+Blue) = 203+174+214=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED6 is #345129. Grayscale: #BBBBBB. Windows color (decimal): -3428650 or 14069451. OLE color: 14069451.
HSL color Cylindrical-coordinate representation of color #CBAED6: hue angle of 283.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAED6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 174 | 214 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.16 |
| HSL | 283.5º | 0.33% | 0.76% | - |
| HSV(B) | 283.5º | 0.19% | 0.84% | - |
| XYZ | 51.9 | 47.82 | 70.11 | - |
| YUV | 187.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 214 | 0.05 | 0.19 | 0 | 0.16 | 283.5 | 0.33 | 0.76 |
| Hex | CB | AE | D6 | 5 | 13 | 0 | 10 | 11C | 21 | 4C |
| Octal | 313 | 256 | 326 | 5 | 23 | 0 | 20 | 434 | 41 | 114 |
| Binary | 11001011 | 10101110 | 11010110 | 101 | 10011 | 0 | 10000 | 100011100 | 100001 | 1001100 |
Color Harmonies of #CBAED6
Complementary color
Monochromatic Colors of #CBAED6
Black with #CBAED6
Text Example
Text Example
White with #CBAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAED6; }
p { color: rgb(203,174,214); }
H1.HeaderClassName
{
color: #CBAED6;
}
.AnyTagClassName
{
color: #CBAED6;
}
</style>
background-color css
<style>
a { background-color: #CBAED6; }
a { background-color: rgb(203,174,214); }
div.DivClassName
{
background-color: #CBAED6;
}
.BgClassName
{
background-color: #CBAED6;
}
</style>
border-color css
<style>
span { border-color: #CBAED6; }
span { border-color: rgb(203,174,214); }
td.TdClassName
{
border-color: #CBAED6;
}
.TagClassName
{
border-color: #CBAED6;
}
</style>