Shades of Prelude #CAB7D7
Tints of Prelude #CAB7D7
RGB
CMYK
RGB Variations
Color information
#CAB7D7 (or 0xCAB7D7) is known color: Prelude. HEX triplet: CA, B7 and D7. RGB value is (202,183,215). Sum of RGB (Red+Green+Blue) = 202+183+215=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7D7 is #354828. Grayscale: #C0C0C0. Windows color (decimal): -3491881 or 14137290. OLE color: 14137290.
HSL color Cylindrical-coordinate representation of color #CAB7D7: hue angle of 275.62º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB7D7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 183 | 215 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.16 |
| HSL | 275.63º | 0.29% | 0.78% | - |
| HSV(B) | 275.63º | 0.15% | 0.84% | - |
| XYZ | 53.56 | 51.33 | 71.37 | - |
| YUV | 192.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 215 | 0.06 | 0.15 | 0 | 0.16 | 275.63 | 0.29 | 0.78 |
| Hex | CA | B7 | D7 | 6 | F | 0 | 10 | 114 | 1D | 4E |
| Octal | 312 | 267 | 327 | 6 | 17 | 0 | 20 | 424 | 35 | 116 |
| Binary | 11001010 | 10110111 | 11010111 | 110 | 1111 | 0 | 10000 | 100010100 | 11101 | 1001110 |
Color Harmonies of #CAB7D7
Complementary color
Monochromatic Colors of #CAB7D7
Black with #CAB7D7
Text Example
Text Example
White with #CAB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7D7; }
p { color: rgb(202,183,215); }
H1.HeaderClassName
{
color: #CAB7D7;
}
.AnyTagClassName
{
color: #CAB7D7;
}
</style>
background-color css
<style>
a { background-color: #CAB7D7; }
a { background-color: rgb(202,183,215); }
div.DivClassName
{
background-color: #CAB7D7;
}
.BgClassName
{
background-color: #CAB7D7;
}
</style>
border-color css
<style>
span { border-color: #CAB7D7; }
span { border-color: rgb(202,183,215); }
td.TdClassName
{
border-color: #CAB7D7;
}
.TagClassName
{
border-color: #CAB7D7;
}
</style>