Shades of Prelude #CAB7D1
Tints of Prelude #CAB7D1
RGB
CMYK
RGB Variations
Color information
#CAB7D1 (or 0xCAB7D1) is known color: Prelude. HEX triplet: CA, B7 and D1. RGB value is (202,183,209). Sum of RGB (Red+Green+Blue) = 202+183+209=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7D1 is #35482E. Grayscale: #BFBFBF. Windows color (decimal): -3491887 or 13744074. OLE color: 13744074.
HSL color Cylindrical-coordinate representation of color #CAB7D1: hue angle of 283.85º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB7D1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 183 | 209 | - |
CMYK | 0.03 | 0.12 | 0 | 0.18 |
HSL | 283.85º | 0.22% | 0.77% | - |
HSV(B) | 283.85º | 0.12% | 0.82% | - |
XYZ | 52.8 | 51.03 | 67.39 | - |
YUV | 191.65 | 137.79 | 135.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 183 | 209 | 0.03 | 0.12 | 0 | 0.18 | 283.85 | 0.22 | 0.77 |
Hex | CA | B7 | D1 | 3 | C | 0 | 12 | 11C | 16 | 4D |
Octal | 312 | 267 | 321 | 3 | 14 | 0 | 22 | 434 | 26 | 115 |
Binary | 11001010 | 10110111 | 11010001 | 11 | 1100 | 0 | 10010 | 100011100 | 10110 | 1001101 |
Color Harmonies of #CAB7D1
Complementary color
Monochromatic Colors of #CAB7D1
Black with #CAB7D1
Text Example
Text Example
White with #CAB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7D1; }
p { color: rgb(202,183,209); }
H1.HeaderClassName
{
color: #CAB7D1;
}
.AnyTagClassName
{
color: #CAB7D1;
}
</style>
background-color css
<style>
a { background-color: #CAB7D1; }
a { background-color: rgb(202,183,209); }
div.DivClassName
{
background-color: #CAB7D1;
}
.BgClassName
{
background-color: #CAB7D1;
}
</style>
border-color css
<style>
span { border-color: #CAB7D1; }
span { border-color: rgb(202,183,209); }
td.TdClassName
{
border-color: #CAB7D1;
}
.TagClassName
{
border-color: #CAB7D1;
}
</style>