Shades of Prelude #CAB0DB
Tints of Prelude #CAB0DB
RGB
CMYK
RGB Variations
Color information
#CAB0DB (or 0xCAB0DB) is known color: Prelude. HEX triplet: CA, B0 and DB. RGB value is (202,176,219). Sum of RGB (Red+Green+Blue) = 202+176+219=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DB is #354F24. Grayscale: #BCBCBC. Windows color (decimal): -3493669 or 14397642. OLE color: 14397642.
HSL color Cylindrical-coordinate representation of color #CAB0DB: hue angle of 276.28º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB0DB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 176 | 219 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.14 |
| HSL | 276.28º | 0.37% | 0.77% | - |
| HSV(B) | 276.28º | 0.2% | 0.86% | - |
| XYZ | 52.67 | 48.72 | 73.65 | - |
| YUV | 188.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 219 | 0.08 | 0.20 | 0 | 0.14 | 276.28 | 0.37 | 0.77 |
| Hex | CA | B0 | DB | 8 | 14 | 0 | E | 114 | 25 | 4D |
| Octal | 312 | 260 | 333 | 10 | 24 | 0 | 16 | 424 | 45 | 115 |
| Binary | 11001010 | 10110000 | 11011011 | 1000 | 10100 | 0 | 1110 | 100010100 | 100101 | 1001101 |
Color Harmonies of #CAB0DB
Complementary color
Monochromatic Colors of #CAB0DB
Black with #CAB0DB
Text Example
Text Example
White with #CAB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0DB; }
p { color: rgb(202,176,219); }
H1.HeaderClassName
{
color: #CAB0DB;
}
.AnyTagClassName
{
color: #CAB0DB;
}
</style>
background-color css
<style>
a { background-color: #CAB0DB; }
a { background-color: rgb(202,176,219); }
div.DivClassName
{
background-color: #CAB0DB;
}
.BgClassName
{
background-color: #CAB0DB;
}
</style>
border-color css
<style>
span { border-color: #CAB0DB; }
span { border-color: rgb(202,176,219); }
td.TdClassName
{
border-color: #CAB0DB;
}
.TagClassName
{
border-color: #CAB0DB;
}
</style>