Shades of Prelude #CAB8CF
Tints of Prelude #CAB8CF
RGB
CMYK
RGB Variations
Color information
#CAB8CF (or 0xCAB8CF) is known color: Prelude. HEX triplet: CA, B8 and CF. RGB value is (202,184,207). Sum of RGB (Red+Green+Blue) = 202+184+207=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8CF is #354730. Grayscale: #BFBFBF. Windows color (decimal): -3491633 or 13613258. OLE color: 13613258.
HSL color Cylindrical-coordinate representation of color #CAB8CF: hue angle of 286.96º 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 #CAB8CF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 184 | 207 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.19 |
| HSL | 286.96º | 0.19% | 0.77% | - |
| HSV(B) | 286.96º | 0.11% | 0.81% | - |
| XYZ | 52.76 | 51.34 | 66.16 | - |
| YUV | 192 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 207 | 0.02 | 0.11 | 0 | 0.19 | 286.96 | 0.19 | 0.77 |
| Hex | CA | B8 | CF | 2 | B | 0 | 13 | 11F | 13 | 4D |
| Octal | 312 | 270 | 317 | 2 | 13 | 0 | 23 | 437 | 23 | 115 |
| Binary | 11001010 | 10111000 | 11001111 | 10 | 1011 | 0 | 10011 | 100011111 | 10011 | 1001101 |
Color Harmonies of #CAB8CF
Complementary color
Monochromatic Colors of #CAB8CF
Black with #CAB8CF
Text Example
Text Example
White with #CAB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8CF; }
p { color: rgb(202,184,207); }
H1.HeaderClassName
{
color: #CAB8CF;
}
.AnyTagClassName
{
color: #CAB8CF;
}
</style>
background-color css
<style>
a { background-color: #CAB8CF; }
a { background-color: rgb(202,184,207); }
div.DivClassName
{
background-color: #CAB8CF;
}
.BgClassName
{
background-color: #CAB8CF;
}
</style>
border-color css
<style>
span { border-color: #CAB8CF; }
span { border-color: rgb(202,184,207); }
td.TdClassName
{
border-color: #CAB8CF;
}
.TagClassName
{
border-color: #CAB8CF;
}
</style>