Shades of Prelude #CABBD0
Tints of Prelude #CABBD0
RGB
CMYK
RGB Variations
Color information
#CABBD0 (or 0xCABBD0) is known color: Prelude. HEX triplet: CA, BB and D0. RGB value is (202,187,208). Sum of RGB (Red+Green+Blue) = 202+187+208=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD0 is #35442F. Grayscale: #C1C1C1. Windows color (decimal): -3490864 or 13679562. OLE color: 13679562.
HSL color Cylindrical-coordinate representation of color #CABBD0: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABBD0 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 187 | 208 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.18 |
| HSL | 282.86º | 0.18% | 0.77% | - |
| HSV(B) | 282.86º | 0.1% | 0.82% | - |
| XYZ | 53.51 | 52.65 | 67.02 | - |
| YUV | 193.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 208 | 0.03 | 0.10 | 0 | 0.18 | 282.86 | 0.18 | 0.77 |
| Hex | CA | BB | D0 | 3 | A | 0 | 12 | 11B | 12 | 4D |
| Octal | 312 | 273 | 320 | 3 | 12 | 0 | 22 | 433 | 22 | 115 |
| Binary | 11001010 | 10111011 | 11010000 | 11 | 1010 | 0 | 10010 | 100011011 | 10010 | 1001101 |
Color Harmonies of #CABBD0
Complementary color
Monochromatic Colors of #CABBD0
Black with #CABBD0
Text Example
Text Example
White with #CABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBD0; }
p { color: rgb(202,187,208); }
H1.HeaderClassName
{
color: #CABBD0;
}
.AnyTagClassName
{
color: #CABBD0;
}
</style>
background-color css
<style>
a { background-color: #CABBD0; }
a { background-color: rgb(202,187,208); }
div.DivClassName
{
background-color: #CABBD0;
}
.BgClassName
{
background-color: #CABBD0;
}
</style>
border-color css
<style>
span { border-color: #CABBD0; }
span { border-color: rgb(202,187,208); }
td.TdClassName
{
border-color: #CABBD0;
}
.TagClassName
{
border-color: #CABBD0;
}
</style>