Shades of Prelude #CAB4CF
Tints of Prelude #CAB4CF
RGB
CMYK
RGB Variations
Color information
#CAB4CF (or 0xCAB4CF) is known color: Prelude. HEX triplet: CA, B4 and CF. RGB value is (202,180,207). Sum of RGB (Red+Green+Blue) = 202+180+207=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4CF is #354B30. Grayscale: #BDBDBD. Windows color (decimal): -3492657 or 13612234. OLE color: 13612234.
HSL color Cylindrical-coordinate representation of color #CAB4CF: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB4CF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 180 | 207 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.19 |
| HSL | 288.89º | 0.22% | 0.76% | - |
| HSV(B) | 288.89º | 0.13% | 0.81% | - |
| XYZ | 51.94 | 49.7 | 65.89 | - |
| YUV | 189.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 207 | 0.02 | 0.13 | 0 | 0.19 | 288.89 | 0.22 | 0.76 |
| Hex | CA | B4 | CF | 2 | D | 0 | 13 | 121 | 16 | 4C |
| Octal | 312 | 264 | 317 | 2 | 15 | 0 | 23 | 441 | 26 | 114 |
| Binary | 11001010 | 10110100 | 11001111 | 10 | 1101 | 0 | 10011 | 100100001 | 10110 | 1001100 |
Color Harmonies of #CAB4CF
Complementary color
Monochromatic Colors of #CAB4CF
Black with #CAB4CF
Text Example
Text Example
White with #CAB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4CF; }
p { color: rgb(202,180,207); }
H1.HeaderClassName
{
color: #CAB4CF;
}
.AnyTagClassName
{
color: #CAB4CF;
}
</style>
background-color css
<style>
a { background-color: #CAB4CF; }
a { background-color: rgb(202,180,207); }
div.DivClassName
{
background-color: #CAB4CF;
}
.BgClassName
{
background-color: #CAB4CF;
}
</style>
border-color css
<style>
span { border-color: #CAB4CF; }
span { border-color: rgb(202,180,207); }
td.TdClassName
{
border-color: #CAB4CF;
}
.TagClassName
{
border-color: #CAB4CF;
}
</style>