Shades of Prelude #CAB9CF
Tints of Prelude #CAB9CF
RGB
CMYK
RGB Variations
Color information
#CAB9CF (or 0xCAB9CF) is known color: Prelude. HEX triplet: CA, B9 and CF. RGB value is (202,185,207). Sum of RGB (Red+Green+Blue) = 202+185+207=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9CF is #354630. Grayscale: #C0C0C0. Windows color (decimal): -3491377 or 13613514. OLE color: 13613514.
HSL color Cylindrical-coordinate representation of color #CAB9CF: hue angle of 286.36º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB9CF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 185 | 207 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.19 |
| HSL | 286.36º | 0.19% | 0.77% | - |
| HSV(B) | 286.36º | 0.11% | 0.81% | - |
| XYZ | 52.97 | 51.76 | 66.23 | - |
| YUV | 192.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 207 | 0.02 | 0.11 | 0 | 0.19 | 286.36 | 0.19 | 0.77 |
| Hex | CA | B9 | CF | 2 | B | 0 | 13 | 11E | 13 | 4D |
| Octal | 312 | 271 | 317 | 2 | 13 | 0 | 23 | 436 | 23 | 115 |
| Binary | 11001010 | 10111001 | 11001111 | 10 | 1011 | 0 | 10011 | 100011110 | 10011 | 1001101 |
Color Harmonies of #CAB9CF
Complementary color
Monochromatic Colors of #CAB9CF
Black with #CAB9CF
Text Example
Text Example
White with #CAB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9CF; }
p { color: rgb(202,185,207); }
H1.HeaderClassName
{
color: #CAB9CF;
}
.AnyTagClassName
{
color: #CAB9CF;
}
</style>
background-color css
<style>
a { background-color: #CAB9CF; }
a { background-color: rgb(202,185,207); }
div.DivClassName
{
background-color: #CAB9CF;
}
.BgClassName
{
background-color: #CAB9CF;
}
</style>
border-color css
<style>
span { border-color: #CAB9CF; }
span { border-color: rgb(202,185,207); }
td.TdClassName
{
border-color: #CAB9CF;
}
.TagClassName
{
border-color: #CAB9CF;
}
</style>