Shades of Prelude #CAB7D3
Tints of Prelude #CAB7D3
RGB
CMYK
RGB Variations
Color information
#CAB7D3 (or 0xCAB7D3) is known color: Prelude. HEX triplet: CA, B7 and D3. RGB value is (202,183,211). Sum of RGB (Red+Green+Blue) = 202+183+211=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7D3 is #35482C. Grayscale: #BFBFBF. Windows color (decimal): -3491885 or 13875146. OLE color: 13875146.
HSL color Cylindrical-coordinate representation of color #CAB7D3: hue angle of 280.71º degrees, saturation: 0.24, 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 #CAB7D3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 183 | 211 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.17 |
| HSL | 280.71º | 0.24% | 0.77% | - |
| HSV(B) | 280.71º | 0.13% | 0.83% | - |
| XYZ | 53.05 | 51.13 | 68.7 | - |
| YUV | 191.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 211 | 0.04 | 0.13 | 0 | 0.17 | 280.71 | 0.24 | 0.77 |
| Hex | CA | B7 | D3 | 4 | D | 0 | 11 | 119 | 18 | 4D |
| Octal | 312 | 267 | 323 | 4 | 15 | 0 | 21 | 431 | 30 | 115 |
| Binary | 11001010 | 10110111 | 11010011 | 100 | 1101 | 0 | 10001 | 100011001 | 11000 | 1001101 |
Color Harmonies of #CAB7D3
Complementary color
Monochromatic Colors of #CAB7D3
Black with #CAB7D3
Text Example
Text Example
White with #CAB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7D3; }
p { color: rgb(202,183,211); }
H1.HeaderClassName
{
color: #CAB7D3;
}
.AnyTagClassName
{
color: #CAB7D3;
}
</style>
background-color css
<style>
a { background-color: #CAB7D3; }
a { background-color: rgb(202,183,211); }
div.DivClassName
{
background-color: #CAB7D3;
}
.BgClassName
{
background-color: #CAB7D3;
}
</style>
border-color css
<style>
span { border-color: #CAB7D3; }
span { border-color: rgb(202,183,211); }
td.TdClassName
{
border-color: #CAB7D3;
}
.TagClassName
{
border-color: #CAB7D3;
}
</style>