Shades of Prelude #CAB7CE
Tints of Prelude #CAB7CE
RGB
CMYK
RGB Variations
Color information
#CAB7CE (or 0xCAB7CE) is known color: Prelude. HEX triplet: CA, B7 and CE. RGB value is (202,183,206). Sum of RGB (Red+Green+Blue) = 202+183+206=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7CE is #354831. Grayscale: #BFBFBF. Windows color (decimal): -3491890 or 13547466. OLE color: 13547466.
HSL color Cylindrical-coordinate representation of color #CAB7CE: hue angle of 289.57º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB7CE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 183 | 206 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.19 |
| HSL | 289.57º | 0.19% | 0.76% | - |
| HSV(B) | 289.57º | 0.11% | 0.81% | - |
| XYZ | 52.43 | 50.88 | 65.45 | - |
| YUV | 191.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 206 | 0.02 | 0.11 | 0 | 0.19 | 289.57 | 0.19 | 0.76 |
| Hex | CA | B7 | CE | 2 | B | 0 | 13 | 122 | 13 | 4C |
| Octal | 312 | 267 | 316 | 2 | 13 | 0 | 23 | 442 | 23 | 114 |
| Binary | 11001010 | 10110111 | 11001110 | 10 | 1011 | 0 | 10011 | 100100010 | 10011 | 1001100 |
Color Harmonies of #CAB7CE
Complementary color
Monochromatic Colors of #CAB7CE
Black with #CAB7CE
Text Example
Text Example
White with #CAB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7CE; }
p { color: rgb(202,183,206); }
H1.HeaderClassName
{
color: #CAB7CE;
}
.AnyTagClassName
{
color: #CAB7CE;
}
</style>
background-color css
<style>
a { background-color: #CAB7CE; }
a { background-color: rgb(202,183,206); }
div.DivClassName
{
background-color: #CAB7CE;
}
.BgClassName
{
background-color: #CAB7CE;
}
</style>
border-color css
<style>
span { border-color: #CAB7CE; }
span { border-color: rgb(202,183,206); }
td.TdClassName
{
border-color: #CAB7CE;
}
.TagClassName
{
border-color: #CAB7CE;
}
</style>