Shades of Prelude #CABCD5
Tints of Prelude #CABCD5
RGB
CMYK
RGB Variations
Color information
#CABCD5 (or 0xCABCD5) is known color: Prelude. HEX triplet: CA, BC and D5. RGB value is (202,188,213). Sum of RGB (Red+Green+Blue) = 202+188+213=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD5 is #35432A. Grayscale: #C2C2C2. Windows color (decimal): -3490603 or 14007498. OLE color: 14007498.
HSL color Cylindrical-coordinate representation of color #CABCD5: hue angle of 273.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABCD5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 188 | 213 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.16 |
| HSL | 273.6º | 0.23% | 0.79% | - |
| HSV(B) | 273.6º | 0.12% | 0.84% | - |
| XYZ | 54.35 | 53.33 | 70.38 | - |
| YUV | 195.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 213 | 0.05 | 0.12 | 0 | 0.16 | 273.6 | 0.23 | 0.79 |
| Hex | CA | BC | D5 | 5 | C | 0 | 10 | 112 | 17 | 4F |
| Octal | 312 | 274 | 325 | 5 | 14 | 0 | 20 | 422 | 27 | 117 |
| Binary | 11001010 | 10111100 | 11010101 | 101 | 1100 | 0 | 10000 | 100010010 | 10111 | 1001111 |
Color Harmonies of #CABCD5
Complementary color
Monochromatic Colors of #CABCD5
Black with #CABCD5
Text Example
Text Example
White with #CABCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCD5; }
p { color: rgb(202,188,213); }
H1.HeaderClassName
{
color: #CABCD5;
}
.AnyTagClassName
{
color: #CABCD5;
}
</style>
background-color css
<style>
a { background-color: #CABCD5; }
a { background-color: rgb(202,188,213); }
div.DivClassName
{
background-color: #CABCD5;
}
.BgClassName
{
background-color: #CABCD5;
}
</style>
border-color css
<style>
span { border-color: #CABCD5; }
span { border-color: rgb(202,188,213); }
td.TdClassName
{
border-color: #CABCD5;
}
.TagClassName
{
border-color: #CABCD5;
}
</style>