Shades of Prelude #CABDCC
Tints of Prelude #CABDCC
RGB
CMYK
RGB Variations
Color information
#CABDCC (or 0xCABDCC) is known color: Prelude. HEX triplet: CA, BD and CC. RGB value is (202,189,204). Sum of RGB (Red+Green+Blue) = 202+189+204=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCC is #354233. Grayscale: #C2C2C2. Windows color (decimal): -3490356 or 13417930. OLE color: 13417930.
HSL color Cylindrical-coordinate representation of color #CABDCC: hue angle of 292º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABDCC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 189 | 204 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.2 |
| HSL | 292º | 0.13% | 0.77% | - |
| HSV(B) | 292º | 0.07% | 0.8% | - |
| XYZ | 53.45 | 53.31 | 64.6 | - |
| YUV | 194.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 204 | 0.01 | 0.07 | 0 | 0.2 | 292 | 0.13 | 0.77 |
| Hex | CA | BD | CC | 1 | 7 | 0 | 14 | 124 | D | 4D |
| Octal | 312 | 275 | 314 | 1 | 7 | 0 | 24 | 444 | 15 | 115 |
| Binary | 11001010 | 10111101 | 11001100 | 1 | 111 | 0 | 10100 | 100100100 | 1101 | 1001101 |
Color Harmonies of #CABDCC
Complementary color
Monochromatic Colors of #CABDCC
Black with #CABDCC
Text Example
Text Example
White with #CABDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDCC; }
p { color: rgb(202,189,204); }
H1.HeaderClassName
{
color: #CABDCC;
}
.AnyTagClassName
{
color: #CABDCC;
}
</style>
background-color css
<style>
a { background-color: #CABDCC; }
a { background-color: rgb(202,189,204); }
div.DivClassName
{
background-color: #CABDCC;
}
.BgClassName
{
background-color: #CABDCC;
}
</style>
border-color css
<style>
span { border-color: #CABDCC; }
span { border-color: rgb(202,189,204); }
td.TdClassName
{
border-color: #CABDCC;
}
.TagClassName
{
border-color: #CABDCC;
}
</style>