Shades of Prelude #CAB8D6
Tints of Prelude #CAB8D6
RGB
CMYK
RGB Variations
Color information
#CAB8D6 (or 0xCAB8D6) is known color: Prelude. HEX triplet: CA, B8 and D6. RGB value is (202,184,214). Sum of RGB (Red+Green+Blue) = 202+184+214=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8D6 is #354729. Grayscale: #C0C0C0. Windows color (decimal): -3491626 or 14072010. OLE color: 14072010.
HSL color Cylindrical-coordinate representation of color #CAB8D6: hue angle of 276º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB8D6 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 184 | 214 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.16 |
| HSL | 276º | 0.27% | 0.78% | - |
| HSV(B) | 276º | 0.14% | 0.84% | - |
| XYZ | 53.64 | 51.69 | 70.77 | - |
| YUV | 192.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 214 | 0.06 | 0.14 | 0 | 0.16 | 276 | 0.27 | 0.78 |
| Hex | CA | B8 | D6 | 6 | E | 0 | 10 | 114 | 1B | 4E |
| Octal | 312 | 270 | 326 | 6 | 16 | 0 | 20 | 424 | 33 | 116 |
| Binary | 11001010 | 10111000 | 11010110 | 110 | 1110 | 0 | 10000 | 100010100 | 11011 | 1001110 |
Color Harmonies of #CAB8D6
Complementary color
Monochromatic Colors of #CAB8D6
Black with #CAB8D6
Text Example
Text Example
White with #CAB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8D6; }
p { color: rgb(202,184,214); }
H1.HeaderClassName
{
color: #CAB8D6;
}
.AnyTagClassName
{
color: #CAB8D6;
}
</style>
background-color css
<style>
a { background-color: #CAB8D6; }
a { background-color: rgb(202,184,214); }
div.DivClassName
{
background-color: #CAB8D6;
}
.BgClassName
{
background-color: #CAB8D6;
}
</style>
border-color css
<style>
span { border-color: #CAB8D6; }
span { border-color: rgb(202,184,214); }
td.TdClassName
{
border-color: #CAB8D6;
}
.TagClassName
{
border-color: #CAB8D6;
}
</style>