Shades of Prelude #CAB8D3
Tints of Prelude #CAB8D3
RGB
CMYK
RGB Variations
Color information
#CAB8D3 (or 0xCAB8D3) is known color: Prelude. HEX triplet: CA, B8 and D3. RGB value is (202,184,211). Sum of RGB (Red+Green+Blue) = 202+184+211=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAB8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8D3 is #35472C. Grayscale: #C0C0C0. Windows color (decimal): -3491629 or 13875402. OLE color: 13875402.
HSL color Cylindrical-coordinate representation of color #CAB8D3: hue angle of 280º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB8D3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 184 | 211 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.17 |
| HSL | 280º | 0.23% | 0.77% | - |
| HSV(B) | 280º | 0.13% | 0.83% | - |
| XYZ | 53.26 | 51.54 | 68.77 | - |
| YUV | 192.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 211 | 0.04 | 0.13 | 0 | 0.17 | 280 | 0.23 | 0.77 |
| Hex | CA | B8 | D3 | 4 | D | 0 | 11 | 118 | 17 | 4D |
| Octal | 312 | 270 | 323 | 4 | 15 | 0 | 21 | 430 | 27 | 115 |
| Binary | 11001010 | 10111000 | 11010011 | 100 | 1101 | 0 | 10001 | 100011000 | 10111 | 1001101 |
Color Harmonies of #CAB8D3
Complementary color
Monochromatic Colors of #CAB8D3
Black with #CAB8D3
Text Example
Text Example
White with #CAB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8D3; }
p { color: rgb(202,184,211); }
H1.HeaderClassName
{
color: #CAB8D3;
}
.AnyTagClassName
{
color: #CAB8D3;
}
</style>
background-color css
<style>
a { background-color: #CAB8D3; }
a { background-color: rgb(202,184,211); }
div.DivClassName
{
background-color: #CAB8D3;
}
.BgClassName
{
background-color: #CAB8D3;
}
</style>
border-color css
<style>
span { border-color: #CAB8D3; }
span { border-color: rgb(202,184,211); }
td.TdClassName
{
border-color: #CAB8D3;
}
.TagClassName
{
border-color: #CAB8D3;
}
</style>