Shades of Prelude #CAB8D7
Tints of Prelude #CAB8D7
RGB
CMYK
RGB Variations
Color information
#CAB8D7 (or 0xCAB8D7) is known color: Prelude. HEX triplet: CA, B8 and D7. RGB value is (202,184,215). Sum of RGB (Red+Green+Blue) = 202+184+215=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8D7 is #354728. Grayscale: #C0C0C0. Windows color (decimal): -3491625 or 14137546. OLE color: 14137546.
HSL color Cylindrical-coordinate representation of color #CAB8D7: hue angle of 274.84º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB8D7 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 184 | 215 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.16 |
| HSL | 274.84º | 0.28% | 0.78% | - |
| HSV(B) | 274.84º | 0.14% | 0.84% | - |
| XYZ | 53.76 | 51.74 | 71.44 | - |
| YUV | 192.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 215 | 0.06 | 0.14 | 0 | 0.16 | 274.84 | 0.28 | 0.78 |
| Hex | CA | B8 | D7 | 6 | E | 0 | 10 | 113 | 1C | 4E |
| Octal | 312 | 270 | 327 | 6 | 16 | 0 | 20 | 423 | 34 | 116 |
| Binary | 11001010 | 10111000 | 11010111 | 110 | 1110 | 0 | 10000 | 100010011 | 11100 | 1001110 |
Color Harmonies of #CAB8D7
Complementary color
Monochromatic Colors of #CAB8D7
Black with #CAB8D7
Text Example
Text Example
White with #CAB8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8D7; }
p { color: rgb(202,184,215); }
H1.HeaderClassName
{
color: #CAB8D7;
}
.AnyTagClassName
{
color: #CAB8D7;
}
</style>
background-color css
<style>
a { background-color: #CAB8D7; }
a { background-color: rgb(202,184,215); }
div.DivClassName
{
background-color: #CAB8D7;
}
.BgClassName
{
background-color: #CAB8D7;
}
</style>
border-color css
<style>
span { border-color: #CAB8D7; }
span { border-color: rgb(202,184,215); }
td.TdClassName
{
border-color: #CAB8D7;
}
.TagClassName
{
border-color: #CAB8D7;
}
</style>