Shades of Prelude #CAB7DB
Tints of Prelude #CAB7DB
RGB
CMYK
RGB Variations
Color information
#CAB7DB (or 0xCAB7DB) is known color: Prelude. HEX triplet: CA, B7 and DB. RGB value is (202,183,219). Sum of RGB (Red+Green+Blue) = 202+183+219=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7DB is #354824. Grayscale: #C0C0C0. Windows color (decimal): -3491877 or 14399434. OLE color: 14399434.
HSL color Cylindrical-coordinate representation of color #CAB7DB: hue angle of 271.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB7DB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 183 | 219 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.14 |
| HSL | 271.67º | 0.33% | 0.79% | - |
| HSV(B) | 271.67º | 0.16% | 0.86% | - |
| XYZ | 54.08 | 51.54 | 74.12 | - |
| YUV | 192.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 219 | 0.08 | 0.16 | 0 | 0.14 | 271.67 | 0.33 | 0.79 |
| Hex | CA | B7 | DB | 8 | 10 | 0 | E | 110 | 21 | 4F |
| Octal | 312 | 267 | 333 | 10 | 20 | 0 | 16 | 420 | 41 | 117 |
| Binary | 11001010 | 10110111 | 11011011 | 1000 | 10000 | 0 | 1110 | 100010000 | 100001 | 1001111 |
Color Harmonies of #CAB7DB
Complementary color
Monochromatic Colors of #CAB7DB
Black with #CAB7DB
Text Example
Text Example
White with #CAB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7DB; }
p { color: rgb(202,183,219); }
H1.HeaderClassName
{
color: #CAB7DB;
}
.AnyTagClassName
{
color: #CAB7DB;
}
</style>
background-color css
<style>
a { background-color: #CAB7DB; }
a { background-color: rgb(202,183,219); }
div.DivClassName
{
background-color: #CAB7DB;
}
.BgClassName
{
background-color: #CAB7DB;
}
</style>
border-color css
<style>
span { border-color: #CAB7DB; }
span { border-color: rgb(202,183,219); }
td.TdClassName
{
border-color: #CAB7DB;
}
.TagClassName
{
border-color: #CAB7DB;
}
</style>