Shades of Prelude #CABAD3
Tints of Prelude #CABAD3
RGB
CMYK
RGB Variations
Color information
#CABAD3 (or 0xCABAD3) is known color: Prelude. HEX triplet: CA, BA and D3. RGB value is (202,186,211). Sum of RGB (Red+Green+Blue) = 202+186+211=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD3 is #35452C. Grayscale: #C1C1C1. Windows color (decimal): -3491117 or 13875914. OLE color: 13875914.
HSL color Cylindrical-coordinate representation of color #CABAD3: hue angle of 278.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABAD3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 186 | 211 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.17 |
| HSL | 278.4º | 0.22% | 0.78% | - |
| HSV(B) | 278.4º | 0.12% | 0.83% | - |
| XYZ | 53.67 | 52.38 | 68.91 | - |
| YUV | 193.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 211 | 0.04 | 0.12 | 0 | 0.17 | 278.4 | 0.22 | 0.78 |
| Hex | CA | BA | D3 | 4 | C | 0 | 11 | 116 | 16 | 4E |
| Octal | 312 | 272 | 323 | 4 | 14 | 0 | 21 | 426 | 26 | 116 |
| Binary | 11001010 | 10111010 | 11010011 | 100 | 1100 | 0 | 10001 | 100010110 | 10110 | 1001110 |
Color Harmonies of #CABAD3
Complementary color
Monochromatic Colors of #CABAD3
Black with #CABAD3
Text Example
Text Example
White with #CABAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAD3; }
p { color: rgb(202,186,211); }
H1.HeaderClassName
{
color: #CABAD3;
}
.AnyTagClassName
{
color: #CABAD3;
}
</style>
background-color css
<style>
a { background-color: #CABAD3; }
a { background-color: rgb(202,186,211); }
div.DivClassName
{
background-color: #CABAD3;
}
.BgClassName
{
background-color: #CABAD3;
}
</style>
border-color css
<style>
span { border-color: #CABAD3; }
span { border-color: rgb(202,186,211); }
td.TdClassName
{
border-color: #CABAD3;
}
.TagClassName
{
border-color: #CABAD3;
}
</style>