Shades of Prelude #CAB3DC
Tints of Prelude #CAB3DC
RGB
CMYK
RGB Variations
Color information
#CAB3DC (or 0xCAB3DC) is known color: Prelude. HEX triplet: CA, B3 and DC. RGB value is (202,179,220). Sum of RGB (Red+Green+Blue) = 202+179+220=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3DC is #354C23. Grayscale: #BEBEBE. Windows color (decimal): -3492900 or 14463946. OLE color: 14463946.
HSL color Cylindrical-coordinate representation of color #CAB3DC: hue angle of 273.66º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB3DC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 179 | 220 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.14 |
| HSL | 273.66º | 0.37% | 0.78% | - |
| HSV(B) | 273.66º | 0.19% | 0.86% | - |
| XYZ | 53.4 | 49.96 | 74.54 | - |
| YUV | 190.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 220 | 0.08 | 0.19 | 0 | 0.14 | 273.66 | 0.37 | 0.78 |
| Hex | CA | B3 | DC | 8 | 13 | 0 | E | 112 | 25 | 4E |
| Octal | 312 | 263 | 334 | 10 | 23 | 0 | 16 | 422 | 45 | 116 |
| Binary | 11001010 | 10110011 | 11011100 | 1000 | 10011 | 0 | 1110 | 100010010 | 100101 | 1001110 |
Color Harmonies of #CAB3DC
Complementary color
Monochromatic Colors of #CAB3DC
Black with #CAB3DC
Text Example
Text Example
White with #CAB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3DC; }
p { color: rgb(202,179,220); }
H1.HeaderClassName
{
color: #CAB3DC;
}
.AnyTagClassName
{
color: #CAB3DC;
}
</style>
background-color css
<style>
a { background-color: #CAB3DC; }
a { background-color: rgb(202,179,220); }
div.DivClassName
{
background-color: #CAB3DC;
}
.BgClassName
{
background-color: #CAB3DC;
}
</style>
border-color css
<style>
span { border-color: #CAB3DC; }
span { border-color: rgb(202,179,220); }
td.TdClassName
{
border-color: #CAB3DC;
}
.TagClassName
{
border-color: #CAB3DC;
}
</style>