Shades of Prelude #CAB7D5
Tints of Prelude #CAB7D5
RGB
CMYK
RGB Variations
Color information
#CAB7D5 (or 0xCAB7D5) is known color: Prelude. HEX triplet: CA, B7 and D5. RGB value is (202,183,213). Sum of RGB (Red+Green+Blue) = 202+183+213=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAB7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7D5 is #35482A. Grayscale: #C0C0C0. Windows color (decimal): -3491883 or 14006218. OLE color: 14006218.
HSL color Cylindrical-coordinate representation of color #CAB7D5: hue angle of 278º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB7D5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 183 | 213 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.16 |
| HSL | 278º | 0.26% | 0.78% | - |
| HSV(B) | 278º | 0.14% | 0.84% | - |
| XYZ | 53.3 | 51.23 | 70.03 | - |
| YUV | 192.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 213 | 0.05 | 0.14 | 0 | 0.16 | 278 | 0.26 | 0.78 |
| Hex | CA | B7 | D5 | 5 | E | 0 | 10 | 116 | 1A | 4E |
| Octal | 312 | 267 | 325 | 5 | 16 | 0 | 20 | 426 | 32 | 116 |
| Binary | 11001010 | 10110111 | 11010101 | 101 | 1110 | 0 | 10000 | 100010110 | 11010 | 1001110 |
Color Harmonies of #CAB7D5
Complementary color
Monochromatic Colors of #CAB7D5
Black with #CAB7D5
Text Example
Text Example
White with #CAB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7D5; }
p { color: rgb(202,183,213); }
H1.HeaderClassName
{
color: #CAB7D5;
}
.AnyTagClassName
{
color: #CAB7D5;
}
</style>
background-color css
<style>
a { background-color: #CAB7D5; }
a { background-color: rgb(202,183,213); }
div.DivClassName
{
background-color: #CAB7D5;
}
.BgClassName
{
background-color: #CAB7D5;
}
</style>
border-color css
<style>
span { border-color: #CAB7D5; }
span { border-color: rgb(202,183,213); }
td.TdClassName
{
border-color: #CAB7D5;
}
.TagClassName
{
border-color: #CAB7D5;
}
</style>