Shades of Prelude #CAB7D0
Tints of Prelude #CAB7D0
RGB
CMYK
RGB Variations
Color information
#CAB7D0 (or 0xCAB7D0) is known color: Prelude. HEX triplet: CA, B7 and D0. RGB value is (202,183,208). Sum of RGB (Red+Green+Blue) = 202+183+208=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7D0 is #35482F. Grayscale: #BFBFBF. Windows color (decimal): -3491888 or 13678538. OLE color: 13678538.
HSL color Cylindrical-coordinate representation of color #CAB7D0: hue angle of 285.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB7D0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 183 | 208 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.18 |
| HSL | 285.6º | 0.21% | 0.77% | - |
| HSV(B) | 285.6º | 0.12% | 0.82% | - |
| XYZ | 52.68 | 50.98 | 66.74 | - |
| YUV | 191.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 208 | 0.03 | 0.12 | 0 | 0.18 | 285.6 | 0.21 | 0.77 |
| Hex | CA | B7 | D0 | 3 | C | 0 | 12 | 11E | 15 | 4D |
| Octal | 312 | 267 | 320 | 3 | 14 | 0 | 22 | 436 | 25 | 115 |
| Binary | 11001010 | 10110111 | 11010000 | 11 | 1100 | 0 | 10010 | 100011110 | 10101 | 1001101 |
Color Harmonies of #CAB7D0
Complementary color
Monochromatic Colors of #CAB7D0
Black with #CAB7D0
Text Example
Text Example
White with #CAB7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7D0; }
p { color: rgb(202,183,208); }
H1.HeaderClassName
{
color: #CAB7D0;
}
.AnyTagClassName
{
color: #CAB7D0;
}
</style>
background-color css
<style>
a { background-color: #CAB7D0; }
a { background-color: rgb(202,183,208); }
div.DivClassName
{
background-color: #CAB7D0;
}
.BgClassName
{
background-color: #CAB7D0;
}
</style>
border-color css
<style>
span { border-color: #CAB7D0; }
span { border-color: rgb(202,183,208); }
td.TdClassName
{
border-color: #CAB7D0;
}
.TagClassName
{
border-color: #CAB7D0;
}
</style>