Shades of Prelude #CABAD2
Tints of Prelude #CABAD2
RGB
CMYK
RGB Variations
Color information
#CABAD2 (or 0xCABAD2) is known color: Prelude. HEX triplet: CA, BA and D2. RGB value is (202,186,210). Sum of RGB (Red+Green+Blue) = 202+186+210=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD2 is #35452D. Grayscale: #C1C1C1. Windows color (decimal): -3491118 or 13810378. OLE color: 13810378.
HSL color Cylindrical-coordinate representation of color #CABAD2: hue angle of 280º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABAD2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 186 | 210 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.18 |
| HSL | 280º | 0.21% | 0.78% | - |
| HSV(B) | 280º | 0.11% | 0.82% | - |
| XYZ | 53.55 | 52.33 | 68.25 | - |
| YUV | 193.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 210 | 0.04 | 0.11 | 0 | 0.18 | 280 | 0.21 | 0.78 |
| Hex | CA | BA | D2 | 4 | B | 0 | 12 | 118 | 15 | 4E |
| Octal | 312 | 272 | 322 | 4 | 13 | 0 | 22 | 430 | 25 | 116 |
| Binary | 11001010 | 10111010 | 11010010 | 100 | 1011 | 0 | 10010 | 100011000 | 10101 | 1001110 |
Color Harmonies of #CABAD2
Complementary color
Monochromatic Colors of #CABAD2
Black with #CABAD2
Text Example
Text Example
White with #CABAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAD2; }
p { color: rgb(202,186,210); }
H1.HeaderClassName
{
color: #CABAD2;
}
.AnyTagClassName
{
color: #CABAD2;
}
</style>
background-color css
<style>
a { background-color: #CABAD2; }
a { background-color: rgb(202,186,210); }
div.DivClassName
{
background-color: #CABAD2;
}
.BgClassName
{
background-color: #CABAD2;
}
</style>
border-color css
<style>
span { border-color: #CABAD2; }
span { border-color: rgb(202,186,210); }
td.TdClassName
{
border-color: #CABAD2;
}
.TagClassName
{
border-color: #CABAD2;
}
</style>