Shades of Prelude #CAB5CE
Tints of Prelude #CAB5CE
RGB
CMYK
RGB Variations
Color information
#CAB5CE (or 0xCAB5CE) is known color: Prelude. HEX triplet: CA, B5 and CE. RGB value is (202,181,206). Sum of RGB (Red+Green+Blue) = 202+181+206=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5CE is #354A31. Grayscale: #BEBEBE. Windows color (decimal): -3492402 or 13546954. OLE color: 13546954.
HSL color Cylindrical-coordinate representation of color #CAB5CE: hue angle of 290.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB5CE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 181 | 206 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.19 |
| HSL | 290.4º | 0.2% | 0.76% | - |
| HSV(B) | 290.4º | 0.12% | 0.81% | - |
| XYZ | 52.02 | 50.06 | 65.31 | - |
| YUV | 190.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 206 | 0.02 | 0.12 | 0 | 0.19 | 290.4 | 0.2 | 0.76 |
| Hex | CA | B5 | CE | 2 | C | 0 | 13 | 122 | 14 | 4C |
| Octal | 312 | 265 | 316 | 2 | 14 | 0 | 23 | 442 | 24 | 114 |
| Binary | 11001010 | 10110101 | 11001110 | 10 | 1100 | 0 | 10011 | 100100010 | 10100 | 1001100 |
Color Harmonies of #CAB5CE
Complementary color
Monochromatic Colors of #CAB5CE
Black with #CAB5CE
Text Example
Text Example
White with #CAB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB5CE; }
p { color: rgb(202,181,206); }
H1.HeaderClassName
{
color: #CAB5CE;
}
.AnyTagClassName
{
color: #CAB5CE;
}
</style>
background-color css
<style>
a { background-color: #CAB5CE; }
a { background-color: rgb(202,181,206); }
div.DivClassName
{
background-color: #CAB5CE;
}
.BgClassName
{
background-color: #CAB5CE;
}
</style>
border-color css
<style>
span { border-color: #CAB5CE; }
span { border-color: rgb(202,181,206); }
td.TdClassName
{
border-color: #CAB5CE;
}
.TagClassName
{
border-color: #CAB5CE;
}
</style>