Shades of Prelude #CBAED5
Tints of Prelude #CBAED5
RGB
CMYK
RGB Variations
Color information
#CBAED5 (or 0xCBAED5) is known color: Prelude. HEX triplet: CB, AE and D5. RGB value is (203,174,213). Sum of RGB (Red+Green+Blue) = 203+174+213=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED5 is #34512A. Grayscale: #BABABA. Windows color (decimal): -3428651 or 14003915. OLE color: 14003915.
HSL color Cylindrical-coordinate representation of color #CBAED5: hue angle of 284.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBAED5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 174 | 213 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.16 |
| HSL | 284.62º | 0.32% | 0.76% | - |
| HSV(B) | 284.62º | 0.18% | 0.84% | - |
| XYZ | 51.77 | 47.77 | 69.44 | - |
| YUV | 187.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 213 | 0.05 | 0.18 | 0 | 0.16 | 284.62 | 0.32 | 0.76 |
| Hex | CB | AE | D5 | 5 | 12 | 0 | 10 | 11D | 20 | 4C |
| Octal | 313 | 256 | 325 | 5 | 22 | 0 | 20 | 435 | 40 | 114 |
| Binary | 11001011 | 10101110 | 11010101 | 101 | 10010 | 0 | 10000 | 100011101 | 100000 | 1001100 |
Color Harmonies of #CBAED5
Complementary color
Monochromatic Colors of #CBAED5
Black with #CBAED5
Text Example
Text Example
White with #CBAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAED5; }
p { color: rgb(203,174,213); }
H1.HeaderClassName
{
color: #CBAED5;
}
.AnyTagClassName
{
color: #CBAED5;
}
</style>
background-color css
<style>
a { background-color: #CBAED5; }
a { background-color: rgb(203,174,213); }
div.DivClassName
{
background-color: #CBAED5;
}
.BgClassName
{
background-color: #CBAED5;
}
</style>
border-color css
<style>
span { border-color: #CBAED5; }
span { border-color: rgb(203,174,213); }
td.TdClassName
{
border-color: #CBAED5;
}
.TagClassName
{
border-color: #CBAED5;
}
</style>