Shades of Prelude #CAB6D0
Tints of Prelude #CAB6D0
RGB
CMYK
RGB Variations
Color information
#CAB6D0 (or 0xCAB6D0) is known color: Prelude. HEX triplet: CA, B6 and D0. RGB value is (202,182,208). Sum of RGB (Red+Green+Blue) = 202+182+208=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6D0 is #35492F. Grayscale: #BEBEBE. Windows color (decimal): -3492144 or 13678282. OLE color: 13678282.
HSL color Cylindrical-coordinate representation of color #CAB6D0: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB6D0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 182 | 208 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.18 |
| HSL | 286.15º | 0.22% | 0.76% | - |
| HSV(B) | 286.15º | 0.13% | 0.82% | - |
| XYZ | 52.47 | 50.57 | 66.67 | - |
| YUV | 190.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 208 | 0.03 | 0.12 | 0 | 0.18 | 286.15 | 0.22 | 0.76 |
| Hex | CA | B6 | D0 | 3 | C | 0 | 12 | 11E | 16 | 4C |
| Octal | 312 | 266 | 320 | 3 | 14 | 0 | 22 | 436 | 26 | 114 |
| Binary | 11001010 | 10110110 | 11010000 | 11 | 1100 | 0 | 10010 | 100011110 | 10110 | 1001100 |
Color Harmonies of #CAB6D0
Complementary color
Monochromatic Colors of #CAB6D0
Black with #CAB6D0
Text Example
Text Example
White with #CAB6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6D0; }
p { color: rgb(202,182,208); }
H1.HeaderClassName
{
color: #CAB6D0;
}
.AnyTagClassName
{
color: #CAB6D0;
}
</style>
background-color css
<style>
a { background-color: #CAB6D0; }
a { background-color: rgb(202,182,208); }
div.DivClassName
{
background-color: #CAB6D0;
}
.BgClassName
{
background-color: #CAB6D0;
}
</style>
border-color css
<style>
span { border-color: #CAB6D0; }
span { border-color: rgb(202,182,208); }
td.TdClassName
{
border-color: #CAB6D0;
}
.TagClassName
{
border-color: #CAB6D0;
}
</style>