Shades of Prelude #CAB3CE
Tints of Prelude #CAB3CE
RGB
CMYK
RGB Variations
Color information
#CAB3CE (or 0xCAB3CE) is known color: Prelude. HEX triplet: CA, B3 and CE. RGB value is (202,179,206). Sum of RGB (Red+Green+Blue) = 202+179+206=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3CE is #354C31. Grayscale: #BCBCBC. Windows color (decimal): -3492914 or 13546442. OLE color: 13546442.
HSL color Cylindrical-coordinate representation of color #CAB3CE: hue angle of 291.11º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB3CE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 179 | 206 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.19 |
| HSL | 291.11º | 0.22% | 0.75% | - |
| HSV(B) | 291.11º | 0.13% | 0.81% | - |
| XYZ | 51.62 | 49.25 | 65.18 | - |
| YUV | 188.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 206 | 0.02 | 0.13 | 0 | 0.19 | 291.11 | 0.22 | 0.75 |
| Hex | CA | B3 | CE | 2 | D | 0 | 13 | 123 | 16 | 4B |
| Octal | 312 | 263 | 316 | 2 | 15 | 0 | 23 | 443 | 26 | 113 |
| Binary | 11001010 | 10110011 | 11001110 | 10 | 1101 | 0 | 10011 | 100100011 | 10110 | 1001011 |
Color Harmonies of #CAB3CE
Complementary color
Monochromatic Colors of #CAB3CE
Black with #CAB3CE
Text Example
Text Example
White with #CAB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3CE; }
p { color: rgb(202,179,206); }
H1.HeaderClassName
{
color: #CAB3CE;
}
.AnyTagClassName
{
color: #CAB3CE;
}
</style>
background-color css
<style>
a { background-color: #CAB3CE; }
a { background-color: rgb(202,179,206); }
div.DivClassName
{
background-color: #CAB3CE;
}
.BgClassName
{
background-color: #CAB3CE;
}
</style>
border-color css
<style>
span { border-color: #CAB3CE; }
span { border-color: rgb(202,179,206); }
td.TdClassName
{
border-color: #CAB3CE;
}
.TagClassName
{
border-color: #CAB3CE;
}
</style>