Shades of Prelude #CAB1CE
Tints of Prelude #CAB1CE
RGB
CMYK
RGB Variations
Color information
#CAB1CE (or 0xCAB1CE) is known color: Prelude. HEX triplet: CA, B1 and CE. RGB value is (202,177,206). Sum of RGB (Red+Green+Blue) = 202+177+206=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1CE is #354E31. Grayscale: #BBBBBB. Windows color (decimal): -3493426 or 13545930. OLE color: 13545930.
HSL color Cylindrical-coordinate representation of color #CAB1CE: hue angle of 291.72º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB1CE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 177 | 206 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.19 |
| HSL | 291.72º | 0.23% | 0.75% | - |
| HSV(B) | 291.72º | 0.14% | 0.81% | - |
| XYZ | 51.22 | 48.46 | 65.05 | - |
| YUV | 187.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 206 | 0.02 | 0.14 | 0 | 0.19 | 291.72 | 0.23 | 0.75 |
| Hex | CA | B1 | CE | 2 | E | 0 | 13 | 124 | 17 | 4B |
| Octal | 312 | 261 | 316 | 2 | 16 | 0 | 23 | 444 | 27 | 113 |
| Binary | 11001010 | 10110001 | 11001110 | 10 | 1110 | 0 | 10011 | 100100100 | 10111 | 1001011 |
Color Harmonies of #CAB1CE
Complementary color
Monochromatic Colors of #CAB1CE
Black with #CAB1CE
Text Example
Text Example
White with #CAB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1CE; }
p { color: rgb(202,177,206); }
H1.HeaderClassName
{
color: #CAB1CE;
}
.AnyTagClassName
{
color: #CAB1CE;
}
</style>
background-color css
<style>
a { background-color: #CAB1CE; }
a { background-color: rgb(202,177,206); }
div.DivClassName
{
background-color: #CAB1CE;
}
.BgClassName
{
background-color: #CAB1CE;
}
</style>
border-color css
<style>
span { border-color: #CAB1CE; }
span { border-color: rgb(202,177,206); }
td.TdClassName
{
border-color: #CAB1CE;
}
.TagClassName
{
border-color: #CAB1CE;
}
</style>