Shades of Prelude #CABCCC
Tints of Prelude #CABCCC
RGB
CMYK
RGB Variations
Color information
#CABCCC (or 0xCABCCC) is known color: Prelude. HEX triplet: CA, BC and CC. RGB value is (202,188,204). Sum of RGB (Red+Green+Blue) = 202+188+204=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCC is #354333. Grayscale: #C1C1C1. Windows color (decimal): -3490612 or 13417674. OLE color: 13417674.
HSL color Cylindrical-coordinate representation of color #CABCCC: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABCCC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 188 | 204 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.2 |
| HSL | 292.5º | 0.14% | 0.77% | - |
| HSV(B) | 292.5º | 0.08% | 0.8% | - |
| XYZ | 53.24 | 52.88 | 64.53 | - |
| YUV | 194.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 204 | 0.01 | 0.08 | 0 | 0.2 | 292.5 | 0.14 | 0.77 |
| Hex | CA | BC | CC | 1 | 8 | 0 | 14 | 124 | E | 4D |
| Octal | 312 | 274 | 314 | 1 | 10 | 0 | 24 | 444 | 16 | 115 |
| Binary | 11001010 | 10111100 | 11001100 | 1 | 1000 | 0 | 10100 | 100100100 | 1110 | 1001101 |
Color Harmonies of #CABCCC
Complementary color
Monochromatic Colors of #CABCCC
Black with #CABCCC
Text Example
Text Example
White with #CABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCCC; }
p { color: rgb(202,188,204); }
H1.HeaderClassName
{
color: #CABCCC;
}
.AnyTagClassName
{
color: #CABCCC;
}
</style>
background-color css
<style>
a { background-color: #CABCCC; }
a { background-color: rgb(202,188,204); }
div.DivClassName
{
background-color: #CABCCC;
}
.BgClassName
{
background-color: #CABCCC;
}
</style>
border-color css
<style>
span { border-color: #CABCCC; }
span { border-color: rgb(202,188,204); }
td.TdClassName
{
border-color: #CABCCC;
}
.TagClassName
{
border-color: #CABCCC;
}
</style>