Shades of Prelude #CAB0DC
Tints of Prelude #CAB0DC
RGB
CMYK
RGB Variations
Color information
#CAB0DC (or 0xCAB0DC) is known color: Prelude. HEX triplet: CA, B0 and DC. RGB value is (202,176,220). Sum of RGB (Red+Green+Blue) = 202+176+220=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DC is #354F23. Grayscale: #BCBCBC. Windows color (decimal): -3493668 or 14463178. OLE color: 14463178.
HSL color Cylindrical-coordinate representation of color #CAB0DC: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB0DC is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 176 | 220 | - |
| CMYK | 0.08 | 0.2 | 0 | 0.14 |
| HSL | 275.45º | 0.39% | 0.78% | - |
| HSV(B) | 275.45º | 0.2% | 0.86% | - |
| XYZ | 52.8 | 48.77 | 74.34 | - |
| YUV | 188.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 220 | 0.08 | 0.2 | 0 | 0.14 | 275.45 | 0.39 | 0.78 |
| Hex | CA | B0 | DC | 8 | 14 | 0 | E | 113 | 27 | 4E |
| Octal | 312 | 260 | 334 | 10 | 24 | 0 | 16 | 423 | 47 | 116 |
| Binary | 11001010 | 10110000 | 11011100 | 1000 | 10100 | 0 | 1110 | 100010011 | 100111 | 1001110 |
Color Harmonies of #CAB0DC
Complementary color
Monochromatic Colors of #CAB0DC
Black with #CAB0DC
Text Example
Text Example
White with #CAB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0DC; }
p { color: rgb(202,176,220); }
H1.HeaderClassName
{
color: #CAB0DC;
}
.AnyTagClassName
{
color: #CAB0DC;
}
</style>
background-color css
<style>
a { background-color: #CAB0DC; }
a { background-color: rgb(202,176,220); }
div.DivClassName
{
background-color: #CAB0DC;
}
.BgClassName
{
background-color: #CAB0DC;
}
</style>
border-color css
<style>
span { border-color: #CAB0DC; }
span { border-color: rgb(202,176,220); }
td.TdClassName
{
border-color: #CAB0DC;
}
.TagClassName
{
border-color: #CAB0DC;
}
</style>