Shades of Prelude #CAB6DA
Tints of Prelude #CAB6DA
RGB
CMYK
RGB Variations
Color information
#CAB6DA (or 0xCAB6DA) is known color: Prelude. HEX triplet: CA, B6 and DA. RGB value is (202,182,218). Sum of RGB (Red+Green+Blue) = 202+182+218=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DA is #354925. Grayscale: #BFBFBF. Windows color (decimal): -3492134 or 14333642. OLE color: 14333642.
HSL color Cylindrical-coordinate representation of color #CAB6DA: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB6DA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 182 | 218 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.15 |
| HSL | 273.33º | 0.33% | 0.78% | - |
| HSV(B) | 273.33º | 0.17% | 0.85% | - |
| XYZ | 53.74 | 51.07 | 73.36 | - |
| YUV | 192.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 218 | 0.07 | 0.17 | 0 | 0.15 | 273.33 | 0.33 | 0.78 |
| Hex | CA | B6 | DA | 7 | 11 | 0 | F | 111 | 21 | 4E |
| Octal | 312 | 266 | 332 | 7 | 21 | 0 | 17 | 421 | 41 | 116 |
| Binary | 11001010 | 10110110 | 11011010 | 111 | 10001 | 0 | 1111 | 100010001 | 100001 | 1001110 |
Color Harmonies of #CAB6DA
Complementary color
Monochromatic Colors of #CAB6DA
Black with #CAB6DA
Text Example
Text Example
White with #CAB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6DA; }
p { color: rgb(202,182,218); }
H1.HeaderClassName
{
color: #CAB6DA;
}
.AnyTagClassName
{
color: #CAB6DA;
}
</style>
background-color css
<style>
a { background-color: #CAB6DA; }
a { background-color: rgb(202,182,218); }
div.DivClassName
{
background-color: #CAB6DA;
}
.BgClassName
{
background-color: #CAB6DA;
}
</style>
border-color css
<style>
span { border-color: #CAB6DA; }
span { border-color: rgb(202,182,218); }
td.TdClassName
{
border-color: #CAB6DA;
}
.TagClassName
{
border-color: #CAB6DA;
}
</style>