Shades of Prelude #CAB9D8
Tints of Prelude #CAB9D8
RGB
CMYK
RGB Variations
Color information
#CAB9D8 (or 0xCAB9D8) is known color: Prelude. HEX triplet: CA, B9 and D8. RGB value is (202,185,216). Sum of RGB (Red+Green+Blue) = 202+185+216=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9D8 is #354627. Grayscale: #C1C1C1. Windows color (decimal): -3491368 or 14203338. OLE color: 14203338.
HSL color Cylindrical-coordinate representation of color #CAB9D8: hue angle of 272.9º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB9D8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 185 | 216 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.15 |
| HSL | 272.9º | 0.28% | 0.79% | - |
| HSV(B) | 272.9º | 0.14% | 0.85% | - |
| XYZ | 54.1 | 52.21 | 72.19 | - |
| YUV | 193.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 216 | 0.06 | 0.14 | 0 | 0.15 | 272.9 | 0.28 | 0.79 |
| Hex | CA | B9 | D8 | 6 | E | 0 | F | 111 | 1C | 4F |
| Octal | 312 | 271 | 330 | 6 | 16 | 0 | 17 | 421 | 34 | 117 |
| Binary | 11001010 | 10111001 | 11011000 | 110 | 1110 | 0 | 1111 | 100010001 | 11100 | 1001111 |
Color Harmonies of #CAB9D8
Complementary color
Monochromatic Colors of #CAB9D8
Black with #CAB9D8
Text Example
Text Example
White with #CAB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9D8; }
p { color: rgb(202,185,216); }
H1.HeaderClassName
{
color: #CAB9D8;
}
.AnyTagClassName
{
color: #CAB9D8;
}
</style>
background-color css
<style>
a { background-color: #CAB9D8; }
a { background-color: rgb(202,185,216); }
div.DivClassName
{
background-color: #CAB9D8;
}
.BgClassName
{
background-color: #CAB9D8;
}
</style>
border-color css
<style>
span { border-color: #CAB9D8; }
span { border-color: rgb(202,185,216); }
td.TdClassName
{
border-color: #CAB9D8;
}
.TagClassName
{
border-color: #CAB9D8;
}
</style>