Shades of Prelude #CAB3CF
Tints of Prelude #CAB3CF
RGB
CMYK
RGB Variations
Color information
#CAB3CF (or 0xCAB3CF) is known color: Prelude. HEX triplet: CA, B3 and CF. RGB value is (202,179,207). Sum of RGB (Red+Green+Blue) = 202+179+207=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3CF is #354C30. Grayscale: #BCBCBC. Windows color (decimal): -3492913 or 13611978. OLE color: 13611978.
HSL color Cylindrical-coordinate representation of color #CAB3CF: hue angle of 289.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB3CF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 179 | 207 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.19 |
| HSL | 289.29º | 0.23% | 0.76% | - |
| HSV(B) | 289.29º | 0.14% | 0.81% | - |
| XYZ | 51.74 | 49.3 | 65.82 | - |
| YUV | 189.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 207 | 0.02 | 0.14 | 0 | 0.19 | 289.29 | 0.23 | 0.76 |
| Hex | CA | B3 | CF | 2 | E | 0 | 13 | 121 | 17 | 4C |
| Octal | 312 | 263 | 317 | 2 | 16 | 0 | 23 | 441 | 27 | 114 |
| Binary | 11001010 | 10110011 | 11001111 | 10 | 1110 | 0 | 10011 | 100100001 | 10111 | 1001100 |
Color Harmonies of #CAB3CF
Complementary color
Monochromatic Colors of #CAB3CF
Black with #CAB3CF
Text Example
Text Example
White with #CAB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3CF; }
p { color: rgb(202,179,207); }
H1.HeaderClassName
{
color: #CAB3CF;
}
.AnyTagClassName
{
color: #CAB3CF;
}
</style>
background-color css
<style>
a { background-color: #CAB3CF; }
a { background-color: rgb(202,179,207); }
div.DivClassName
{
background-color: #CAB3CF;
}
.BgClassName
{
background-color: #CAB3CF;
}
</style>
border-color css
<style>
span { border-color: #CAB3CF; }
span { border-color: rgb(202,179,207); }
td.TdClassName
{
border-color: #CAB3CF;
}
.TagClassName
{
border-color: #CAB3CF;
}
</style>